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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c95 char *docend; member in struct:lexdata
204 if(lp->lexd.dolparen && lp->lexd.docword && lp->lexd.docend)
206 int n = size - (lp->lexd.docend-(char*)buff);
207 sfwrite(shp->strbuf,lp->lexd.docend,n);
210 lp->lexd.docend = sfsetbuf(iop,(Void_t*)iop,0);
212 lp->lexd.docend = fcfirst();
259 lp->lexd.docend = fcseek(0)-1;
285 lp->lexd.docend = 0;
708 lp->lexd.docend = fcseek(0)-LEN;
752 lp->lexd.docend
[all...]

Completed in 17 milliseconds