Home
last modified time | relevance | path

Searched refs:macro_getdef (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/m4/
H A Dmain.c410 (macro_getdef(p)->type & NEEDARGS) != 0)) in macro()
417 pushf(macro_getdef(p)->type); /* type of the call */ in macro()
599 if (macro_getdef(p) == NULL) in inspect()
H A Dextern.h81 #define macro_getdef(p) ((p)->d) macro
H A Dmdef.h204 mstack[sp].sstr = macro_getdef(p)->defn;\
H A Dgnum4.c166 if (n == NULL || (p = macro_getdef(n)) == NULL) in doindir()