Searched refs:e_outlast (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h92 char *e_outlast; /* pointer to end of output buffer */ member in struct:edit
H A Dedit.c653 editb.e_outlast = editb.e_outptr + IOBSIZE-3;
1094 if(dp >= editb.e_outlast)
/ast/src/cmd/ksh93/include/
H A Dedit.h117 char *e_outlast; /* pointer to end of output buffer */ member in struct:edit
/ast/src/cmd/ksh93/edit/
H A Dedit.c748 ep->e_outlast = ep->e_outptr + MAXLINE;
754 ep->e_outlast = ep->e_outptr + sfvalue(sfstderr);
1149 if(dp >= ep->e_outlast)

Completed in 19 milliseconds