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

/freebsd-13-stable/contrib/one-true-awk/
H A Db.c143 penter(p1); /* enter parent pointers and leaf indices */
146 f->accept = poscnt-1; /* penter has computed number of positions in re */
196 void penter(Node *p) /* set up parent pointers and leaf indices */ function
205 penter(left(p));
210 penter(left(p));
211 penter(right(p));
216 FATAL("can't happen: unknown type %d in penter", type(p));
H A Dproto.h44 extern void penter(Node *);

Completed in 112 milliseconds