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

/ast/src/cmd/ie/
H A Dhistory.c179 fp->fixind = 1;
194 first = fp->fixind = hist_nearend(fd,hsize-size);
195 hist_eof(); /* this sets fixind to last command */
196 his_start = fp->fixind-maxlines;
203 fp->fixind = first;
218 hist_trim(fp->fixind-maxlines);
474 fp->fixind += incr;
475 fp->fixcmds[fp->fixind&fixmask] = count;
513 c = (--fp->fixind)&fixmask;
573 fp->fixind
[all...]
H A Dhistory.h50 int fixind; /* current command number index */ member in struct:history
H A Dedit.c577 editb.e_hismax = fp->fixind;
579 editb.e_hismin = fp->fixind-fp->fixmax;

Completed in 14 milliseconds