Lines Matching defs:slot
22 static int slot;30 for (; head; head=head->next, slot=COUNT) while(slot-->0) {31 func = head->f[slot];32 arg = head->a[slot];51 if (slot==COUNT) {59 slot = 0;63 head->f[slot] = func;64 head->a[slot] = arg;65 slot++;