Searched refs:prarg (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sh/ |
H A D | func.c | 39 static void prarg(struct argnod *argp); 256 prarg(comptr(t)->comset); in prf() 259 prarg(comptr(t)->comarg); in prf() 408 prarg(struct argnod *argp) in prarg() function
|
/titanic_50/usr/src/cmd/awk/ |
H A D | awk.g.y | 76 %type <p> pas pattern ppattern plist pplist patlist prarg term 273 prarg: 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); }
|