Searched refs:MATCH_LIST_FN (Results 1 – 2 of 2) sorted by relevance
27 typedef int (*MATCH_LIST_FN) (MATCH_LIST *, const char *, const char *); typedef34 MATCH_LIST_FN *match_func; /* match functions */
210 (MATCH_LIST_FN *) mymalloc(match_count * sizeof(MATCH_LIST_FN)); in match_list_init()215 list->match_func[i] = va_arg(ap, MATCH_LIST_FN); in match_list_init()