Home
last modified time | relevance | path

Searched refs:pa2stat (Results 1 – 3 of 3) sorted by relevance

/original-bsd/old/awk/
H A Dawk.g.y164 | pattern ',' pattern { PUTS("srch,srch"); $$ = pa2stat($1, $3, genprint()); }
166 { PUTS("srch, srch {...}"); $$ = pa2stat($1, $3, $5); }
H A Dparse.c136 node *pa2stat(a,b,c) node *a, *b, *c; in pa2stat() function
/original-bsd/contrib/awk.research/
H A Dproto.h83 extern Node *pa2stat(Node *, Node *, Node *);