Searched refs:ignore_suffix (Results 1 – 1 of 1) sorted by relevance
1043 } *ignore_suffix = NULL, *li; in one_opt() local1053 li->next = ignore_suffix; in one_opt()1054 ignore_suffix = li; in one_opt()1074 for (li = ignore_suffix; li; li = li->next) in one_opt()1103 for(; ignore_suffix; ignore_suffix = li) in one_opt()1105 li = ignore_suffix->next; in one_opt()1106 free(ignore_suffix->suffix); in one_opt()1107 free(ignore_suffix); in one_opt()