Searched refs:LBRACT (Results 1 – 3 of 3) sorted by relevance
157 #define LBRACT '[' macro
436 c = LBRACT; in sh_lex()897 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()912 if(isaletter(n) || n==LBRACT) in sh_lex()1360 if(n==LBRACT) in sh_lex()1522 else if(!lp->lex.incase && c==LBRACT && state[1]==LBRACT) in sh_lex()
1226 while(c==LBRACT && (type||mp->arrayok)) in varsub()1236 if(c=='.' || c==LBRACT) in varsub()1238 sfputc(stkp,LBRACT); in varsub()1251 sfputc(stkp,LBRACT); in varsub()