Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dlexstates.h74 #define ST_NESTED 5 macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c540 lp->lexd.lex_state = ST_NESTED; in sh_lex()
664 else if(mode==ST_NESTED && lp->lexd.warn && in sh_lex()
845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()
947 mode = ST_NESTED; in sh_lex()
989 mode = ST_NESTED; in sh_lex()
1029 mode = ST_NESTED; in sh_lex()
1153 mode = ST_NESTED; in sh_lex()
1214 mode = ST_NESTED; in sh_lex()
1218 mode = ST_NESTED; in sh_lex()
2047 register const char *state = sh_lexstates[ST_NESTED]; in sh_endword()
H A Dmacro.c765 sh_lexskip(lp,RBRACE,0,ST_NESTED); in copyto()
1517 sh_lexskip(lp,RBRACE,0,(!newops&&mp->quote)?ST_QUOTE:ST_NESTED); in varsub()
H A Dparse.c663 sh_lexskip(lexp,';',1,ST_NESTED); in arithfor()