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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c86 char nocopy; member in struct:lexdata
179 * If lexd.nocopy is off, then current token is saved on the stack
198 if(lp->lexd.nocopy)
275 lp->lexd.nocopy = lp->lexd.docword = lp->lexd.nest = lp->lexd.paren = 0;
441 if((n=lp->lexd.nocopy) && lp->lexd.dolparen)
442 lp->lexd.nocopy--;
454 lp->lexd.nocopy = n;
465 lp->lexd.nocopy++;
475 lp->lexd.nocopy--;
1234 if(lp->lexd.nocopy)
[all...]

Completed in 47 milliseconds