HomeSort by relevance Sort by last modified time
    Searched refs:penter (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
b.c 134 penter(p1); /* enter parent pointers and leaf indices */
137 f->accept = poscnt-1; /* penter has computed number of positions in re */
183 void penter(Node *p) /* set up parent pointers and leaf indices */ function
192 penter(left(p));
197 penter(left(p));
198 penter(right(p));
203 FATAL("can't happen: unknown type %d in penter", type(p));
proto.h 49 extern void penter(Node *);

Completed in 70 milliseconds