Searched refs:ST_NESTED (Results 1 – 4 of 4) sorted by relevance
567 lp->lexd.lex_state = ST_NESTED; in sh_lex()693 else if(mode==ST_NESTED && lp->lexd.warn && in sh_lex()705 if(c=='~' && mode==ST_NESTED) in sh_lex()897 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()1005 mode = ST_NESTED; in sh_lex()1048 mode = ST_NESTED; in sh_lex()1095 mode = ST_NESTED; in sh_lex()1099 if(c==RBRACE && mode==ST_NESTED && lp->lex.nestedbrace) in sh_lex()1228 mode = ST_NESTED; in sh_lex()1252 else if(mode==ST_NESTED && endchar(lp)==RBRACE) in sh_lex()[all …]
839 sh_lexskip(lp,RBRACE,0,ST_NESTED); in copyto()1627 sh_lexskip(lp,RBRACE,0,(!newops&&mp->quote)?ST_QUOTE:ST_NESTED); in varsub()
695 sh_lexskip(lexp,';',1,ST_NESTED); in arithfor()
74 #define ST_NESTED 5 macro