Lines Matching refs:LBRACE
423 c = LBRACE; in sh_lex()
725 if((c=fcpeek(0))==LPAREN || c==RPAREN || c=='$' || c==LBRACE || c==RBRACE || c=='[' || c==']') in sh_lex()
1001 c = LBRACE; in sh_lex()
1184 if(c==LBRACE && n==RBRACE) in sh_lex()
1193 if(sh_isoption(SH_BRACEEXPAND) && c==LBRACE && !assignment && state[n]!=S_BREAK in sh_lex()
1496 lp->comsub = (endtok==LBRACE); in comsub()
1536 case LBRACE: in comsub()
1537 if(endtok==LBRACE && !lp->lex.incase) in comsub()
1545 if(endtok==LBRACE && --count<=0) in comsub()
1578 if(c==RBRACE && endtok==LBRACE) in comsub()
2163 if(*sp==LPAREN || *sp==LBRACE) in sh_endword()