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

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcslex.c180 static struct hshentry *nexthsh; /*pointer to next hash entry, set by lookup*/ variable in typeref:struct:hshentry
232 * into nexthsh.
246 for (p = &hshtab[ihash]; ; p = &n->nexthsh)
251 n->nexthsh = 0;
259 nexthsh = n;
303 * hashtable and a pointer to it is placed into nexthsh.
513 num=nexthsh;
1537 VOID printf("NUM: %s, index: %d",nexthsh->num, nexthsh-hshtab);
H A Drcsbase.h365 struct hshentry * nexthsh; /* next revision with same hash value */ member in struct:hshentry

Completed in 152 milliseconds