Home
last modified time | relevance | path

Searched refs:DBG_PROCS (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/bin/sh/
Dtrap.c841 CTRACE(DBG_ERRS|DBG_PROCS|DBG_CMDS|DBG_TRAP, in exitshell()
858 CTRACE(DBG_ERRS|DBG_PROCS|DBG_CMDS|DBG_TRAP, in exitshell_savedstatus()
919 VTRACE(DBG_ERRS|DBG_PROCS|DBG_CMDS|DBG_TRAP, in exitshell_savedstatus()
924 VTRACE(DBG_ERRS|DBG_PROCS|DBG_CMDS|DBG_TRAP, in exitshell_savedstatus()
Dshell.h170 #define DBG_PROCS (1LL << 5) /* p */ macro
Djobs.c1549 VTRACE(DBG_JOBS|DBG_PROCS, ("dowait(%x) called for job %d%s\n", in dowait()
1565 VTRACE(DBG_JOBS|DBG_PROCS, in dowait()
1605 VTRACE(DBG_JOBS | DBG_PROCS, in dowait()
1623 VTRACE(DBG_JOBS|DBG_PROCS, in dowait()
1628 VTRACE(DBG_JOBS|DBG_PROCS, in dowait()
Derror.c224 VTRACE(DBG_ERRS|DBG_PROCS|DBG_CMDS, ("sh_exit(%d)\n", rval)); in sh_exit()
Deval.c1146 DBG_PROCS|DBG_CMDS|DBG_TRAP, in evalcommand()
1174 CTRACE(DBG_PROCS|DBG_CMDS, in evalcommand()
1205 CTRACE(DBG_PROCS|DBG_CMDS, ("Child sets EV_EXIT\n")); in evalcommand()
Dshow.c1070 { 'p', DBG_PROCS }, /* process management, fork, ... */
1090 DBG_PROCS | DBG_REDIR | DBG_CMDS | DBG_ERRS |
Dredir.c536 VTRACE(DBG_PROCS|DBG_REDIR, ("wrote here doc. exiting(0)\n")); in openhere()