Searched refs:is_traced (Results 1 – 4 of 4) sorted by relevance
84 #define is_traced(p) ((p)->trace_flags == FLAG_NO_TRACE ? (trace_flags & TRACE_ALL) : (p)->trace_fl… macro
170 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()
102 eval(const char *argv[], int argc, int td, int is_traced) in eval() argument109 if (is_traced) in eval()
418 pushf(is_traced(p)); in macro()