Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c95 char nested_tilde; member
287 lp->lexd.nested_tilde = 0; in sh_lexopen()
709 lp->lexd.nested_tilde++; in sh_lex()
731 if(lp->lexd.nested_tilde) in sh_lex()
732 lp->lexd.nested_tilde++; in sh_lex()
737 if(lp->lexd.nested_tilde) in sh_lex()
739 lp->lexd.nested_tilde--; in sh_lex()
1085 if(lp->lexd.warn && endchar(lp)==RBRACE && !lp->lexd.nested_tilde) in sh_lex()
1127 lp->lexd.nested_tilde = 0; in sh_lex()