Searched refs:node3 (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | parse.c | 71 Node *node3(int a, Node *b, Node *c, Node *d) in node3() function 118 x = node3(a,b,c,d); in stat3() 154 x = node3(a,b,c,d); in op3()
|
D | proto.h | 79 extern Node *node3(int, Node *, Node *, Node *);
|