Lines Matching defs:next
83 struct alias *next;
207 cur->next = Names;
445 cur->next = Names;
606 cur = cur->next)
647 ** the next character after the match is not an alphanumeric.
829 time_t then, next;
843 next = SECSPERDAY * DAYSPERWEEK;
845 memmove(&next, data.data, sizeof(next));
859 if (next == ONLY_ONCE || then == ONLY_ONCE ||
860 then + next > time(NULL))