Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/edit/
H A Dedit.c772 ep->e_lbuf[n] = *pp++; in ed_setup()
978 ep->e_lbuf[--offset] = c;
986 ep->e_lbuf[ep->e_lookahead+size-offset] = ep->e_lbuf[ep->e_lookahead+size];
993 ep->e_lbuf[ep->e_lookahead++] = (type?-c:c);
1036 if((c = ep->e_lbuf[--ep->e_lookahead]) < 0)
1052 if((c=ep->e_lbuf[--ep->e_lookahead])>=0)
1068 c = ep->e_lbuf[--ep->e_lookahead];
1090 ep->e_lbuf[ep->e_lookahead++] = c;
H A Dvi.c157 #define previous editb.e_lbuf /* lookahead buffer */
/titanic_44/usr/src/lib/libshell/common/include/
H A Dedit.h110 int e_lbuf[LOOKAHEAD];/* pointer to look-ahead buffer */ member