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

/ast/src/cmd/ie/
H A Demacs.c130 #define histlines editb.e_hismax macro
253 if (location.his_command < histlines)
625 if (location.his_command > histlines)
629 location.his_command = histlines;
852 location.his_command = histlines;
857 location.his_command = histlines - 1;
861 hline = histlines-1;
1174 hline = histlines;
/ast/src/cmd/ksh93/edit/
H A Demacs.c142 #define histlines editb.e_hismax macro
266 if (location.hist_command < histlines)
677 if (location.hist_command > histlines)
681 location.hist_command = histlines;
906 location.hist_command = histlines;
911 location.hist_command = histlines - 1;
915 hline = histlines-1;
986 value = histlines - ep->ed->hlist[value-1]->index;
1330 hline = histlines;

Completed in 15 milliseconds