Searched refs:ST_NAME (Results 1 – 3 of 3) sorted by relevance
70 #define ST_NAME 1 macro110 # define isaname(c) ((c)>0xff?isalpha(c): sh_lexstates[ST_NAME][(c)]==0)116 # define isaname(c) (sh_lexstates[ST_NAME][c]==0)123 #define ismeta(c) (sh_lexstates[ST_NAME][c]==S_BREAK)
681 mode = ST_NAME; in sh_lex()716 mode = ST_NAME; in sh_lex()862 if(mode==ST_NAME) in sh_lex()1070 if(mode==ST_NAME && (wordflags&ARG_QUOTED)) in sh_lex()1106 if(c==RBRACE && (mode==ST_NAME||mode==ST_NORM)) in sh_lex()1139 (mode==ST_NAME && (lp->assignok||lp->lexd.level))) in sh_lex()1141 if(mode==ST_NAME) in sh_lex()1223 if(n=='=' && c=='+' && mode==ST_NAME) in sh_lex()1228 if(mode==ST_NAME) in sh_lex()1423 if(n>1 && lp->lex.reservok==1 && mode==ST_NAME && in sh_lex()[all …]
415 sh_lexstates[ST_NAME] = state[1] = state[0] + (1<<CHAR_BIT); in put_lang()416 memcpy(state[1],sh_lexrstates[ST_NAME],(1<<CHAR_BIT)); in put_lang()447 sh_lexstates[ST_NAME]=(char*)sh_lexrstates[ST_NAME]; in put_lang()