Searched refs:LPAREN (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshlex.h104 #define SYMLPAR 020000 /* trailing LPAREN */
155 #define LPAREN '(' macro
/ast/src/cmd/tw/
H A Dfind.c130 TYPE, AND, OR, NOT, COMMA, LPAREN, RPAREN, LOGIC, PRUNE, enumerator in enum:Command
250 "begin", LPAREN, Unary, 0, 0, 0,
975 case LPAREN:
1401 case LPAREN:
1838 state.nextnode->action = LPAREN;
/ast/src/cmd/ksh93/sh/
H A Dlex.c336 return(lp->token=LPAREN);
437 c = LPAREN;
557 else if(n==LPAREN)
592 else if(n==LPAREN)
639 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase)
724 if(c=='~' && n==LPAREN)
738 if(n==LPAREN)
770 if((c=fcpeek(0))==LPAREN || c==RPAREN || c=='$' || c==LBRACE || c==RBRACE || c=='[' || c==']')
1026 if(n==LPAREN)
1107 if(fcgetc(n)==LPAREN)
[all...]
H A Dmacro.c456 if(!mp->quote && *cp=='~' && cp[1]!=LPAREN)
650 if(*cp==LPAREN && mp->pattern!=2)
745 if((n=cp[-1])==LPAREN)

Completed in 34 milliseconds