Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/edit/
H A Dedit.c302 ep->e_lnext = cntl('V'); in tty_raw()
363 ep->e_lnext = cntl('V'); in tty_raw()
365 ep->e_lnext = nttyparm.c_cc[VLNEXT]; in tty_raw()
368 ep->e_lnext = cntl('V'); in tty_raw()
490 ep->e_lnext = nttyparm.c_cc[VLNEXT]; in tty_alt()
492 ep->e_lnext = cntl('V'); in tty_alt()
H A Demacs.c131 #define usrlnext editb.e_lnext
H A Dvi.c164 #define usrlnext editb.e_lnext /* user defined next literal */
/titanic_50/usr/src/lib/libshell/common/include/
H A Dedit.h78 int e_lnext; member