Searched refs:first_exp (Results 1 – 1 of 1) sorted by relevance
101 regex_t *first_exp; /* compiled primary pattern */ member253 match_rule->first_exp, in dict_regexp_lookup()339 if (match_rule->first_exp) { in dict_regexp_close()340 regfree(match_rule->first_exp); in dict_regexp_close()341 myfree((void *) match_rule->first_exp); in dict_regexp_close()566 regex_t *first_exp = 0; in dict_regexp_parseline() local603 if (first_exp) { \ in dict_regexp_parseline()604 regfree(first_exp); \ in dict_regexp_parseline()605 myfree((void *) first_exp); \ in dict_regexp_parseline()651 if ((first_exp = dict_regexp_compile_pat(mapname, lineno, in dict_regexp_parseline()[all …]