Home
last modified time | relevance | path

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

/freebsd/usr.bin/m4/
H A Dextern.h84 #define is_traced(p) ((p)->trace_flags == FLAG_NO_TRACE ? (trace_flags & TRACE_ALL) : (p)->trace_fl… macro
H A Dgnum4.c170 eval(argv+1, argc-1, p->type, is_traced(n)); in doindir()
181 eval(argv+1, argc-1, macro_builtin_type(p), is_traced(p)); in dobuiltin()
H A Deval.c102 eval(const char *argv[], int argc, int td, int is_traced) in eval() argument
109 if (is_traced) in eval()
H A Dmain.c418 pushf(is_traced(p)); in macro()