labelhash          20 src/label.c    unsigned labelhash(const char *prog, const char *label);
labelhash         133 src/label.c        for(p = labels[labelhash(prog, label)]; p != NULL; p = p->next) {
labelhash         168 src/label.c        p->next = labels[h = labelhash(prog, label)];