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

/ast/src/cmd/ksh93/sh/
H A Dlex.c92 char nested_tilde; member in struct:lexdata
284 lp->lexd.nested_tilde = 0;
705 lp->lexd.nested_tilde++;
726 if(lp->lexd.nested_tilde)
727 lp->lexd.nested_tilde++;
732 if(lp->lexd.nested_tilde)
734 lp->lexd.nested_tilde--;
1076 if(lp->lexd.warn && endchar(lp)==RBRACE && !lp->lexd.nested_tilde)
1118 lp->lexd.nested_tilde = 0;

Completed in 23 milliseconds