Lines Matching defs:tail
2846 avrule_t *tail, *to_be_appended;
2868 tail = decl->avrules;
2869 while (tail && tail->next)
2870 tail = tail->next;
2918 if (tail)
2919 tail->next = to_be_appended;
2921 tail = decl->avrules = to_be_appended;
2930 /* Update the tail of decl->avrules for
2932 while (tail && tail->next)
2933 tail = tail->next;