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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y110 LPAREN /* '(' */
138 %left LPAREN RPAREN
180 LPAREN varlist RPAREN
338 | LPAREN exprlist RPAREN IN var = {
353 * Prevents conflict with FOR LPAREN var IN var RPAREN production
369 | LPAREN expr RPAREN term = {
390 | FUNC LPAREN eexprlist RPAREN term = {
393 | UFUNC LPAREN eexprlist RPAREN term = {
396 | VAR LPAREN eexprlist RPAREN term = {
405 FOR LPAREN fexp
[all...]
H A Dawk1.c403 { '(', LPAREN }, { ')', RPAREN },
/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h55 #define LPAREN '(' macro
H A Dhandlers.c743 if (*src == LPAREN) {
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshlex.h103 #define SYMLPAR 020000 /* trailing LPAREN */
153 #define LPAREN '(' macro
/illumos-gate/usr/src/cmd/find/
H A Dfind.c88 IREGEX, LINKS, LOCAL, LPAREN, LS, MAXDEPTH, MINDEPTH, MMIN, MOUNT, enumerator in enum:Command
111 "(", LPAREN, Unary,
187 static struct Node LPAREN_NODE = { 0, LPAREN, 0, 0};
327 * if no action expression, insert an LPAREN node above topnode,
491 case LPAREN: {
868 case LPAREN: {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c327 return(lp->token=LPAREN);
420 c = LPAREN;
536 else if(n==LPAREN)
567 else if(n==LPAREN)
614 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase)
689 if(c=='~' && n==LPAREN && lp->lex.incase)
693 if(n==LPAREN)
725 if((c=fcpeek(0))==LPAREN || c==RPAREN || c=='$' || c==LBRACE || c==RBRACE || c=='[' || c==']')
977 if(n==LPAREN)
1045 if(fcgetc(n)==LPAREN)
[all...]
H A Dmacro.c443 if(!mp->quote && *cp=='~' && cp[1]!=LPAREN)
601 if(endch==RBRACE && *cp==LPAREN && mp->pattern && brace)
686 if((n=cp[-1])==LPAREN)

Completed in 70 milliseconds