Lines Matching defs:tail
2863 avrule_t *tail, *to_be_appended;
2885 tail = decl->avrules;
2886 while (tail && tail->next)
2887 tail = tail->next;
2935 if (tail)
2936 tail->next = to_be_appended;
2938 tail = decl->avrules = to_be_appended;
2947 /* Update the tail of decl->avrules for
2949 while (tail && tail->next)
2950 tail = tail->next;