Home
last modified time | relevance | path

Searched refs:exptostat (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c42 NODE *exptostat(NODE *a) in exptostat() function
H A Dawk.g.y307 | expr { $$ = exptostat($1); }
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c73 exptostat(Node *a) in exptostat() function
H A Dawk.h258 extern Node *rectonode(void), *exptostat(Node *);
H A Dawk.g.y340 | pattern { $$ = exptostat($1); }