Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h102 int e_hismax; /* maximum history line number */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c629 ep->e_hismax = hist_max(hp); in ed_setup()
634 ep->e_hismax = ep->e_hismin = ep->e_hloff = 0; in ed_setup()
636 ep->e_hline = ep->e_hismax; in ed_setup()
H A Dcompletion.c558 if(ep->e_hline == ep->e_hismax) in ed_fulledit()
H A Demacs.c144 #define histlines editb.e_hismax
H A Dvi.c147 #define histmax editb.e_hismax