Searched refs:DBG_PARSE (Results 1 - 4 of 4) sorted by path

/netbsd-current/bin/sh/
H A Dmain.c335 VXTRACE(DBG_PARSE|DBG_EVAL|DBG_CMDS,("cmdloop: "),showtree(n));
H A Dparser.c189 CTRACE(DBG_PARSE, ("list(%d): entered @%d\n",nlflag,plinno));
266 CTRACE(DBG_PARSE, ("andor: entered @%d\n", plinno));
294 CTRACE(DBG_PARSE, ("pipeline: entered @%d\n", plinno));
299 CTRACE(DBG_PARSE, ("pipeline: TNOT recognized\n"));
326 CTRACE(DBG_PARSE, ("%snegate pipeline\n",
350 CTRACE(DBG_PARSE, ("command: entered @%d\n", plinno));
367 CTRACE(DBG_PARSE, ("command: TNOT (bogus) recognized\n"));
607 VTRACE(DBG_PARSE, ("bogus %snegate command\n",
632 CTRACE(DBG_PARSE, ("simple command with%s redir already @%d\n",
645 VTRACE(DBG_PARSE, ("simplcm
[all...]
H A Dshell.h166 #define DBG_PARSE (1LL << 1) /* r (read commands) */ macro
H A Dshow.c1071 { 'r', DBG_PARSE }, /* parser, lexer, ... tree building */
1089 { '_', DBG_PARSE | DBG_EVAL | DBG_EXPAND | DBG_JOBS | DBG_SIG |

Completed in 315 milliseconds