Home
last modified time | relevance | path

Searched refs:ST_NORM (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h71 #define ST_NORM 2 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c422 if(mode >ST_NORM && lp->lexd.level>0) in sh_lex()
746 mode = ST_NORM; in sh_lex()
770 mode = ST_NORM; in sh_lex()
1077 if(lp->lexd.warn && c!='/' && sh_lexstates[ST_NORM][c]!=S_BREAK && (c!='"' || mode==ST_QUOTE)) in sh_lex()
1180 if(c==RBRACE && (mode==ST_NAME||mode==ST_NORM)) in sh_lex()
1247 if(n==RBRACT || sh_lexstates[ST_NORM][n]) in sh_lex()
1296 pushlevel(lp,RPAREN,ST_NORM); in sh_lex()
1314 mode = ST_NORM; in sh_lex()
2376 if(!(inquote&1) && sh_lexstates[ST_NORM][n]==0) in sh_endword()
H A Dstring.c371 else if(c==']' || c=='=' || (c!=':' && c<=0x7f && (c=sh_lexstates[ST_NORM][c]) && c!=S_EPAT)) in sh_fmtq()
517 …else if ((c == '#' || c == '~') && cp == vp || c == ']' || c != ':' && (c = sh_lexstates[ST_NORM][… in sh_fmtqf()
H A Dmacro.c369 if(sh_lexstates[ST_NORM][c]==S_BREAK) in sh_machere()
2011 if(type==M_BRACE && sh_lexstates[ST_NORM][c]==S_BREAK) in varsub()
H A Dname.c1407 (c>=0x200 || !(c=sh_lexstates[ST_NORM][c]) || c==S_EPAT || c==S_COLON)); in nv_open()