Lines Matching defs:head
20 } builtin, *head;
30 for (; head; head=head->next, slot=COUNT) while(slot-->0) {
31 func = head->f[slot];
32 arg = head->a[slot];
47 /* Defer initialization of head so it can be in BSS */
48 if (!head) head = &builtin;
57 new_fl->next = head;
58 head = new_fl;
63 head->f[slot] = func;
64 head->a[slot] = arg;