Home
last modified time | relevance | path

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

/original-bsd/old/awk/
H A Dparse.c23 node *exptostat(a) node *a; in exptostat() function
H A Dawk.g.y245 | expr { PUTS("expr"); $$ = exptostat($1); }
/original-bsd/contrib/awk.research/
H A Dproto.h67 extern Node *exptostat(Node *);