Searched refs:penter (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/one-true-awk/
H A Db.c137 penter(p1); /* enter parent pointers and leaf indices */
140 f->accept = poscnt-1; /* penter has computed number of positions in re */
186 void penter(Node *p) /* set up parent pointers and leaf indices */ function
195 penter(left(p));
200 penter(left(p));
201 penter(right(p));
206 FATAL("can't happen: unknown type %d in penter", type(p));
H A Dproto.h44 extern void penter(Node *);

Completed in 156 milliseconds