Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c784 ep->e_lbuf[n] = *pp++; in ed_setup()
992 ep->e_lbuf[--offset] = c;
1000 ep->e_lbuf[ep->e_lookahead+size-offset] = ep->e_lbuf[ep->e_lookahead+size];
1007 ep->e_lbuf[ep->e_lookahead++] = (type?-c:c);
1050 if((c = ep->e_lbuf[--ep->e_lookahead]) < 0)
1072 if((c=ep->e_lbuf[--ep->e_lookahead])>=0)
1088 c = ep->e_lbuf[--ep->e_lookahead];
1111 ep->e_lbuf[ep->e_lookahead++] = c;
H A Dvi.c152 #define previous editb.e_lbuf /* lookahead buffer */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h125 int e_lbuf[LOOKAHEAD];/* pointer to look-ahead buffer */ member