Searched refs:findnode_fn (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | hash.h | 48 Node *findnode_fn PROTO((List * list, const char *key));
|
H A D | ignore.c | 421 if (findnode_fn (ilist, file) != NULL) 427 node = findnode_fn (entries, file);
|
H A D | entries.c | 180 if ((node = findnode_fn (list, fname)) != NULL) 530 node = findnode_fn (entries, ent->user); 613 if ((p = findnode_fn (list, entdata->user)) != NULL) 956 p = findnode_fn (entries, dir);
|
H A D | vers_ts.c | 57 p = findnode_fn (finfo->entries, finfo->file);
|
H A D | edit.c | 346 node = findnode_fn (finfo->entries, finfo->file); 530 node = findnode_fn (finfo->entries, finfo->file);
|
H A D | hash.c | 329 findnode_fn (list, key) in findnode_fn() function
|
H A D | import.c | 570 node = findnode_fn (entries, vfile);
|
H A D | ChangeLog-96 | 3303 Change findnode to findnode_fn. 3370 * hash.c (findnode, findnode_fn): Assert that key != NULL. This 3396 * hash.c (findnode, findnode_fn): Revert changes of 7-8 Mar 1996. 3404 * hash.c (findnode_fn): one more place to avoid calling hashp()
|
H A D | client.c | 5594 node = findnode_fn (entries, p);
|
H A D | ChangeLog-9395 | 203 * hash.c, hash.h (findnode_fn): New function. 204 * hash.c (hashp): Tweak hash function so that findnode_fn works. 205 * update.c (ignore_files): Call findnode_fn, not findnode.
|
H A D | server.c | 4184 node = findnode_fn (finfo->entries, finfo->file);
|