Lines Matching refs:RBRACE
665 endchar(lp)==RBRACE && in sh_lex()
725 if((c=fcpeek(0))==LPAREN || c==RPAREN || c=='$' || c==LBRACE || c==RBRACE || c=='[' || c==']') in sh_lex()
806 else if(c=='"' && n==RBRACE) in sh_lex()
833 if(mode!=ST_QUOTE || n==RBRACE) in sh_lex()
868 else if(n==RBRACE) in sh_lex()
875 if(endchar(lp)==RBRACE) in sh_lex()
905 case RBRACE: in sh_lex()
908 setchar(lp,RBRACE); in sh_lex()
943 pushlevel(lp,RBRACE,mode); in sh_lex()
946 setchar(lp,RBRACE); in sh_lex()
996 setchar(lp,RBRACE); in sh_lex()
997 if(state[c]!=S_ERR && c!=RBRACE) in sh_lex()
1024 if(lp->lexd.warn && endchar(lp)==RBRACE) in sh_lex()
1043 if((c==RBRACE||c==RPAREN) && n==RPAREN) in sh_lex()
1057 if(lp->lexd.warn && n==RBRACE) in sh_lex()
1106 if(c==RBRACE && (mode==ST_NAME||mode==ST_NORM)) in sh_lex()
1177 if(lp->comsub && c==RBRACE) in sh_lex()
1184 if(c==LBRACE && n==RBRACE) in sh_lex()
1199 if(c==RBRACE && n==LPAREN) in sh_lex()
1277 else if(n==RBRACE && lp->comsub) in sh_lex()
1409 if(lp->lex.incase==1 && c==RBRACE) in sh_lex()
1532 if(c==RBRACE && lp->lex.incase) in comsub()
1543 case RBRACE: in comsub()
1578 if(c==RBRACE && endtok==LBRACE) in comsub()
2213 if(!(inquote&1) || (sh_lexstates[ST_QUOTE][n] && n!=RBRACE)) in sh_endword()