Lines Matching refs:LPAREN
327 return(lp->token=LPAREN); in sh_lex()
420 c = LPAREN; in sh_lex()
536 else if(n==LPAREN) in sh_lex()
567 else if(n==LPAREN) in sh_lex()
614 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) in sh_lex()
689 if(c=='~' && n==LPAREN && lp->lex.incase) in sh_lex()
693 if(n==LPAREN) in sh_lex()
725 if((c=fcpeek(0))==LPAREN || c==RPAREN || c=='$' || c==LBRACE || c==RBRACE || c=='[' || c==']') in sh_lex()
977 if(n==LPAREN) in sh_lex()
1045 if(fcgetc(n)==LPAREN) in sh_lex()
1097 return(lp->token=LPAREN); in sh_lex()
1117 else if(c!=LPAREN && assignment==SH_COMPASSIGN) in sh_lex()
1199 if(c==RBRACE && n==LPAREN) in sh_lex()
1208 if(fcgetc(n)==LPAREN) in sh_lex()
1459 if(!lp->lex.incase && !assignment && fcpeek(0)!=LPAREN && in sh_lex()
1500 if(endtok==LPAREN && fcseek(0)==lp->lexd.first) in comsub()
1550 case LPAREN: in comsub()
1551 if(endtok==LPAREN && !lp->lex.incase) in comsub()
1557 else if(endtok==LPAREN && --count<=0) in comsub()
1960 sym = LPAREN; in fmttoken()
2163 if(*sp==LPAREN || *sp==LBRACE) in sh_endword()