Searched refs:LBRACT (Results 1 – 3 of 3) sorted by relevance
155 #define LBRACT '[' macro
416 c = LBRACT; in sh_lex()845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()860 if(isaletter(n) || n==LBRACT) in sh_lex()1275 if(n==LBRACT) in sh_lex()1413 else if(!lp->lex.incase && c==LBRACT && state[1]==LBRACT) in sh_lex()
1147 while(c==LBRACT && (type||mp->arrayok)) in varsub()1157 if(c=='.' || c==LBRACT) in varsub()1159 sfputc(stkp,LBRACT); in varsub()1171 sfputc(stkp,LBRACT); in varsub()