Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c567 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()
1005 mode = ST_NESTED; in sh_lex()
1048 mode = ST_NESTED; in sh_lex()
1095 mode = ST_NESTED; in sh_lex()
1228 mode = ST_NESTED; in sh_lex()
1252 else if(mode==ST_NESTED && endchar(lp)==RBRACE) in sh_lex()
1297 mode = ST_NESTED; in sh_lex()
1301 mode = ST_NESTED; in sh_lex()
[all …]
H A Dmacro.c839 sh_lexskip(lp,RBRACE,0,ST_NESTED); in copyto()
1627 sh_lexskip(lp,RBRACE,0,(!newops&&mp->quote)?ST_QUOTE:ST_NESTED); in varsub()
H A Dparse.c695 sh_lexskip(lexp,';',1,ST_NESTED); in arithfor()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h74 #define ST_NESTED 5 macro