Searched refs:DBG_EVAL (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/bin/sh/
H A Deval.c231 XTRACE(DBG_EVAL, ("evalstring: "), showtree(n));
268 VTRACE(DBG_EVAL, ("evaltree(%s) called\n",
281 CTRACE(DBG_EVAL, ("pid %d, evaltree(%p: %s(%d), %#x) called\n",
353 CTRACE(DBG_EVAL, ("Defining fn %s @%d%s\n",
411 CTRACE(DBG_EVAL, ("evalloop %s:", NODETYPENAME(n->type)));
412 VXTRACE(DBG_EVAL, (" "), showtree(n->nbinary.ch1));
413 VXTRACE(DBG_EVAL, ("evalloop do: "), showtree(n->nbinary.ch2));
414 VTRACE(DBG_EVAL, ("evalloop done\n"));
415 CTRACE(DBG_EVAL, ("\n"));
710 CTRACE(DBG_EVAL, ("evalpip
[all...]
H A Dshell.h167 #define DBG_EVAL (1LL << 2) /* e */ macro
H A Dmain.c335 VXTRACE(DBG_PARSE|DBG_EVAL|DBG_CMDS,("cmdloop: "),showtree(n));
H A Dshow.c1061 { 'e', DBG_EVAL }, /* evaluation of the parse tree */
1089 { '_', DBG_PARSE | DBG_EVAL | DBG_EXPAND | DBG_JOBS | DBG_SIG |
H A Dexec.c210 CTRACE(DBG_ERRS|DBG_CMDS|DBG_EVAL,

Completed in 152 milliseconds