Searched defs:fn_def (Results 1 – 1 of 1) sorted by relevance
861 static const struct fn_def { in compare_function() struct862 const char *fn_name; in compare_function()863 int fn_name_len; in compare_function()864 int (*fn_getarg)(char **, char **, const char *); in compare_function()865 Boolean (*fn_proc)(int, const char *); in compare_function()875 const struct fn_def *fn_def; in compare_function() local