Home
last modified time | relevance | path

Searched refs:try_implicit_rule (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c42 extern int try_implicit_rule PARAMS ((struct file *file, unsigned int depth));
453 if (try_implicit_rule (file, depth)) in update_file_1()
961 if (try_implicit_rule (file, depth)) in check_dep()
H A Dimplicit.c39 try_implicit_rule (struct file *file, unsigned int depth) in try_implicit_rule() function