Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c144 #define histlines editb.e_hismax macro
268 if (location.hist_command < histlines) in ed_emacsread()
681 if (location.hist_command > histlines) in ed_emacsread()
685 location.hist_command = histlines; in ed_emacsread()
910 location.hist_command = histlines; in escape()
915 location.hist_command = histlines - 1; in escape()
919 hline = histlines-1; in escape()
990 value = histlines - ep->ed->hlist[value-1]->index; in escape()
1336 hline = histlines; in search()