Home
last modified time | relevance | path

Searched refs:histfd (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dhistrap.c68 static int histfd = -1; variable
542 if (histfd != -1) { in sethistfile()
544 (void)close(histfd); in sethistfile()
545 histfd = -1; in sethistfile()
587 if (histfd != -1) { in histsync()
652 if (svmode == HIST_STORE && histfd != -1) in histsave()
749 histfd = savefd(fd); in hist_init()
750 if (histfd != fd) in hist_init()
753 mksh_lockfd(histfd); in hist_init()
755 histfsize = lseek(histfd, (off_t)0, SEEK_END); in hist_init()
[all …]