Home
last modified time | relevance | path

Searched refs:macro_for_all (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/m4/
H A Dextern.h83 extern void macro_for_all(void (*)(const char *, struct macro_definition *));
H A Dlook.c217 macro_for_all(void (*f)(const char *, struct macro_definition *)) in macro_for_all() function
H A Deval.c676 macro_for_all(dump_one_def); in dodump()