Searched refs:ignore_suffix (Results 1 – 1 of 1) sorted by relevance
1038 } *ignore_suffix = NULL, *li; in one_opt() local1048 li->next = ignore_suffix; in one_opt()1049 ignore_suffix = li; in one_opt()1069 for (li = ignore_suffix; li; li = li->next) in one_opt()1098 for(; ignore_suffix; ignore_suffix = li) in one_opt()1100 li = ignore_suffix->next; in one_opt()1101 free(ignore_suffix->suffix); in one_opt()1102 free(ignore_suffix); in one_opt()