Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c129 static int acctfd; variable
149 if((acctfd=sh_open(acctfile, in acctinit()
151 (unsigned)acctfd < 10) in acctinit()
156 close(acctfd); in acctinit()
157 acctfd = n; in acctinit()
160 if(acctfd < 0) in acctinit()
162 acctfd = 0; in acctinit()
426 if(acctfd) in hist_close()
428 close(acctfd); in hist_close()
429 acctfd = 0; in hist_close()
[all …]