Home
last modified time | relevance | path

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

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