Searched refs:ST_NORM (Results 1 – 5 of 5) sorted by relevance
71 #define ST_NORM 2 macro
351 else if(c==']' || (c!=':' && c<=0xff && (c=sh_lexstates[ST_NORM][c]) && c!=S_EPAT)) in sh_fmtq()487 …else if ((c == '#' || c == '~') && cp == vp || c == ']' || c != ':' && (c = sh_lexstates[ST_NORM][… in sh_fmtqf()
402 if(mode >ST_NORM && lp->lexd.level>0) in sh_lex()696 mode = ST_NORM; in sh_lex()720 mode = ST_NORM; in sh_lex()1016 if(lp->lexd.warn && c!='/' && sh_lexstates[ST_NORM][c]!=S_BREAK && (c!='"' || mode==ST_QUOTE)) in sh_lex()1106 if(c==RBRACE && (mode==ST_NAME||mode==ST_NORM)) in sh_lex()1170 if(n==RBRACT || sh_lexstates[ST_NORM][n]) in sh_lex()1213 pushlevel(lp,RPAREN,ST_NORM); in sh_lex()1229 mode = ST_NORM; in sh_lex()2210 if(!(inquote&1) && sh_lexstates[ST_NORM][n]==0) in sh_endword()
357 if(sh_lexstates[ST_NORM][c]==S_BREAK) in sh_machere()1874 if(type==M_BRACE && sh_lexstates[ST_NORM][c]==S_BREAK) in varsub()
1178 (c>=0x200 || !(c=sh_lexstates[ST_NORM][c]) || c==S_EPAT || c==S_COLON)); in nv_open()