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

/ast/src/cmd/ie/
H A Demacs.c118 #define hismin editb.e_hismin macro
223 if (location.his_command <= hismin) /* don't start below minimum */
225 location.his_command = hismin + 1;
600 if (hline <= hismin)
602 if (hline < hismin)
605 hline = hismin+1;
870 hline = hismin + 1;
873 return(hline-hismin);
/ast/src/cmd/ksh93/edit/
H A Demacs.c129 #define hismin editb.e_hismin macro
229 if (location.hist_command <= hismin) /* don't start below minimum */
231 location.hist_command = hismin + 1;
637 if (hline <= hismin)
639 if (hline < hismin)
642 hline = hismin+1;
924 hline = hismin + 1;
927 return(hline-hismin);

Completed in 2228 milliseconds