Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/m4/
H A Dmain.c391 (macro_getdef(p)->type & NEEDARGS) != 0)) in macro()
398 pushf(macro_getdef(p)->type); /* type of the call */ in macro()
580 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.c155 if (n == NULL || (p = macro_getdef(n)) == NULL) in doindir()