HomeSort by: relevance | last modified time | path
    Searched refs:VXTRACE (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
shell.h 152 #define VXTRACE(when, param, xtra) do { \
217 #define VXTRACE(when, param, extra) /* cond verbose trace, plus more */
main.c 335 VXTRACE(DBG_PARSE|DBG_EVAL|DBG_CMDS,("cmdloop: "),showtree(n));
eval.c 412 VXTRACE(DBG_EVAL, (" "), showtree(n->nbinary.ch1));
413 VXTRACE(DBG_EVAL, ("evalloop do: "), showtree(n->nbinary.ch2));
1229 VXTRACE(DBG_EVAL, ("Shell function%s: ",vforked?" VF":""),
1312 VXTRACE(DBG_EVAL, ("builtin command [%d]%s: ", argc,
1492 VXTRACE(DBG_EVAL, ("normal command%s: ", vforked?" VF":""),

Completed in 40 milliseconds