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