Home
last modified time | relevance | path

Searched refs:printnode (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhash.c479 static int printnode PROTO ((Node *, void *));
481 printnode (node, closure) in printnode() function
515 (void) walklist(list, printnode, NULL);
H A DChangeLog-9194100 * hash.c (printnode), find_names.c (add_entries_proc),
131 * hash.c (printlist, printnode): use %p to print pointers, not %x
237 * hash.c (nodetypestring, printnode, printlist): new functions for
H A DChangeLog-93951581 (printnode): Add a prototype, and make it static.