Searched defs:least (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Dhistory.c918 register int least = hist_ptr->fixind-hist_ptr->fixmax; local
923 if(--command < least)
/ast/src/cmd/ksh93/edit/
H A Dhistory.c1163 register int least = (int)hp->histind-hp->histsize; local
1168 if(--command < least)

Completed in 15 milliseconds