Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c558 if(ep->e_hline == ep->e_hismax) in ed_fulledit()
571 cp = strcopy(cp, fmtbase((long)ep->e_hline,10,0)); in ed_fulledit()
H A Demacs.c129 #define hline editb.e_hline
H A Dedit.c636 ep->e_hline = ep->e_hismax; in ed_setup()
H A Dvi.c143 #define curhline editb.e_hline /* current history line */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h99 int e_hline; /* current history line number */ member