Searched refs:histfd (Results 1 – 1 of 1) sorted by relevance
68 static int histfd = -1; variable565 if (histfd != -1) { in sethistfile()567 (void)close(histfd); in sethistfile()568 histfd = -1; in sethistfile()610 if (histfd != -1) { in histsync()673 if (svmode == HIST_STORE && histfd != -1) in histsave()770 histfd = savefd(fd); in hist_init()771 if (histfd != fd) in hist_init()774 mksh_lockfd(histfd); in hist_init()776 histfsize = lseek(histfd, (off_t)0, SEEK_END); in hist_init()[all …]