Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c123 static int histinit; variable
264 if(!histinit) in sh_histinit()
337 histinit = 1; in sh_histinit()
348 histinit = hist_start; in sh_histinit()
350 if(!histinit) in sh_histinit()
356 histinit = 0; in sh_histinit()
496 histinit = 1; in hist_trim()
659 if(histinit) in hist_eof()
661 histinit = 0; in hist_eof()
665 else if(n>=histinit) in hist_eof()
[all …]