Lines Matching refs:RPAREN
419 case RPAREN: in sh_lex()
499 c = RPAREN; in sh_lex()
520 if(c==RPAREN) in sh_lex()
610 if(lp->lexd.warn && (n=fcpeek(0))!=RPAREN && n!=' ' && n!='\t') in sh_lex()
725 if((c=fcpeek(0))==LPAREN || c==RPAREN || c=='$' || c==LBRACE || c==RBRACE || c=='[' || c==']') in sh_lex()
1028 pushlevel(lp,RPAREN,mode); in sh_lex()
1041 if(c==RBRACT && !(n==RBRACT || n==RPAREN)) in sh_lex()
1043 if((c==RBRACE||c==RPAREN) && n==RPAREN) in sh_lex()
1047 if(c!=RPAREN) in sh_lex()
1053 n = RPAREN; in sh_lex()
1073 if(n==1 && c==RPAREN) in sh_lex()
1075 if(fcgetc(n)==RPAREN) in sh_lex()
1136 if((n=endchar(lp))==RBRACT || n==RPAREN || in sh_lex()
1213 pushlevel(lp,RPAREN,ST_NORM); in sh_lex()
1217 pushlevel(lp,RPAREN,mode); in sh_lex()
1554 case RPAREN: in comsub()
1839 if(iop->iodelim[n]==0 && (c==NL||c==RPAREN)) in here_copy()
1847 if(c==RPAREN) in here_copy()