Home
last modified time | relevance | path

Searched defs:fn_def (Results 1 – 1 of 1) sorted by relevance

/minix3/usr.bin/make/
H A Dcond.c861 static const struct fn_def { in compare_function() struct
862 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