Home | History | Annotate | Download | only in src

Lines Matching full:ignore_suffix

1038 	} *ignore_suffix = NULL, *li;
1048 li->next = ignore_suffix;
1049 ignore_suffix = li;
1069 for (li = ignore_suffix; li; li = li->next)
1098 for(; ignore_suffix; ignore_suffix = li)
1100 li = ignore_suffix->next;
1101 free(ignore_suffix->suffix);
1102 free(ignore_suffix);