Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c86 char nocopy; member
198 if(lp->lexd.nocopy) in lex_advance()
275 lp->lexd.nocopy = lp->lexd.docword = lp->lexd.nest = lp->lexd.paren = 0; in sh_lexopen()
441 if((n=lp->lexd.nocopy) && lp->lexd.dolparen) in sh_lex()
442 lp->lexd.nocopy--; in sh_lex()
454 lp->lexd.nocopy = n; in sh_lex()
465 lp->lexd.nocopy++; in sh_lex()
475 lp->lexd.nocopy--; in sh_lex()
1234 if(lp->lexd.nocopy) in sh_lex()
1650 lp->lexd.nocopy++; in sh_lexskip()
[all …]