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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c463 register History_t *hist_new, *hist_old = hp; local
501 hist_new = hist_ptr;
510 c = hist_ind(hist_new,++hist_new->histind);
511 hist_new->histcmds[c] = hist_new->histcnt;
512 if(hist_new->histcnt > hist_new->histmarker+HIST_BSIZE/2)
515 hist_marker(locbuff,hist_new->histind);
516 sfwrite(hist_new
[all...]

Completed in 45 milliseconds