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

/ast/src/cmd/ksh93/edit/
H A Dhistory.c463 register History_t *hist_new, *hist_old = hp; local
504 hist_new = hist_ptr;
513 c = hist_ind(hist_new,++hist_new->histind);
514 hist_new->histcmds[c] = hist_new->histcnt;
515 if(hist_new->histcnt > hist_new->histmarker+HIST_BSIZE/2)
518 hist_marker(locbuff,hist_new->histind);
519 sfwrite(hist_new
[all...]
/ast/src/cmd/ie/
H A Dhistory.c309 register struct history *hist_new; local
325 hist_new = hist_ptr;
326 p_setout(hist_new->fixfd);
327 fp = hist_new->fixfp;
336 hist_ptr = hist_new;
342 hist_new->fixcnt++;

Completed in 11 milliseconds