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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c94 char nested_tilde; member in struct:lexdata
286 lp->lexd.nested_tilde = 0;
699 lp->lexd.nested_tilde++;
720 if(lp->lexd.nested_tilde)
721 lp->lexd.nested_tilde++;
726 if(lp->lexd.nested_tilde)
728 lp->lexd.nested_tilde--;
1065 if(lp->lexd.warn && endchar(lp)==RBRACE && !lp->lexd.nested_tilde)
1097 lp->lexd.nested_tilde = 0;

Completed in 19 milliseconds