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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c129 #define hismin editb.e_hismin macro
228 if (location.hist_command <= hismin) /* don't start below minimum */
230 location.hist_command = hismin + 1;
622 if (hline <= hismin)
624 if (hline < hismin)
627 hline = hismin+1;
894 hline = hismin + 1;
897 return(hline-hismin);

Completed in 53 milliseconds