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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c142 #define histlines editb.e_hismax macro
265 if (location.hist_command < histlines)
647 if (location.hist_command > histlines)
651 location.hist_command = histlines;
876 location.hist_command = histlines;
881 location.hist_command = histlines - 1;
885 hline = histlines-1;
1268 hline = histlines;

Completed in 59 milliseconds