Searched refs:histfd (Results 1 – 1 of 1) sorted by relevance
68 static int histfd = -1; variable572 if (histfd != -1) { in sethistfile()574 (void)close(histfd); in sethistfile()575 histfd = -1; in sethistfile()613 if (histfd != -1) { in histsync()653 if (dowrite && histfd != -1) in histsave()726 histfd = savefd(fd); in hist_init()727 if (histfd != fd) in hist_init()730 mksh_lockfd(histfd); in hist_init()732 histfsize = lseek(histfd, (off_t)0, SEEK_END); in hist_init()[all …]