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

/external/mksh/src/
H A Dhistrap.c68 static int histfd = -1; variable
572 if (histfd != -1) {
574 (void)close(histfd);
575 histfd = -1;
613 if (histfd != -1) {
653 if (dowrite && histfd != -1)
727 histfd = savefd(fd);
728 if (histfd != fd)
731 mksh_lockfd(histfd);
733 histfsize = lseek(histfd, (off_
[all...]

Completed in 66 milliseconds