OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:penter
(Results
1 - 3
of
3
) 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 *);
FIXES
651
overflow in
penter
. thanks to mark larsen.
[
all
...]
Completed in 931 milliseconds