Searched refs:prarg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c39 static void prarg(struct argnod *argp);
256 prarg(comptr(t)->comset);
259 prarg(comptr(t)->comarg);
408 prarg(struct argnod *argp) function
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y76 %type <p> pas pattern ppattern plist pplist patlist prarg term
273 prarg: label
300 print prarg '|' term { $$ = stat3($1, $2, (Node *) $3, $4); }
301 | print prarg APPEND term { $$ = stat3($1, $2, (Node *) $3, $4); }
302 | print prarg GT term { $$ = stat3($1, $2, (Node *) $3, $4); }
303 | print prarg { $$ = stat3($1, $2, NIL, NIL); }

Completed in 61 milliseconds