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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c123 static int histinit; variable
265 if(!histinit)
348 histinit = hist_start;
350 if(!histinit)
356 histinit = 0;
493 histinit = 1;
646 if(histinit)
648 histinit = 0;
652 else if(n>=histinit)

Completed in 45 milliseconds