Symbol: DBG_JOBS
bin/sh/jobs.c
1266
VTRACE(DBG_JOBS, ("makejob(%p, %d) clearing jobtab (%d)\n",
bin/sh/jobs.c
1317
VTRACE(DBG_JOBS, ("makejob(%p, %d)%s returns %%%d\n", (void *)node,
bin/sh/jobs.c
1345
CTRACE(DBG_JOBS, ("forkshell(%%%d, %p, %d) called\n",
bin/sh/jobs.c
1363
VTRACE(DBG_JOBS, ("Fork failed, errno=%d\n", serrno));
bin/sh/jobs.c
1407
CTRACE(DBG_JOBS, ("In parent shell: child = %d (mode %d)\n",pid,mode));
bin/sh/jobs.c
1420
CTRACE(DBG_JOBS, ("Child shell %d %sforked from %d (mode %d)\n",
bin/sh/jobs.c
1531
VTRACE(DBG_JOBS, ("waitforjob(%%%d) called\n", JNUM(jp)));
bin/sh/jobs.c
1556
VTRACE(DBG_JOBS, ("waitforjob: job %d, nproc %d, status %d, st %x\n",
bin/sh/jobs.c
1606
VTRACE(DBG_JOBS|DBG_PROCS, ("dowait(%x) called for job %d%s\n",
bin/sh/jobs.c
1622
VTRACE(DBG_JOBS|DBG_PROCS,
bin/sh/jobs.c
1662
VTRACE(DBG_JOBS | DBG_PROCS,
bin/sh/jobs.c
1680
VTRACE(DBG_JOBS|DBG_PROCS,
bin/sh/jobs.c
1685
VTRACE(DBG_JOBS|DBG_PROCS,
bin/sh/jobs.c
1725
VTRACE(DBG_JOBS,
bin/sh/jobs.c
1759
VTRACE(DBG_JOBS,
bin/sh/jobs.c
1910
VTRACE(DBG_JOBS,
bin/sh/jobs.c
410
VTRACE(DBG_JOBS, (
bin/sh/jobs.c
478
VTRACE(DBG_JOBS, ("showjob: freeing job %d\n",
bin/sh/jobs.c
605
CTRACE(DBG_JOBS, ("showjobs(%x) called\n", mode));
bin/sh/jobs.c
620
VTRACE(DBG_JOBS|DBG_INPUT, ("repaired tty process group\n"));
bin/sh/jobs.c
948
VTRACE(DBG_JOBS|DBG_WAIT, ("Cleanup: %d\n", i));
bin/sh/jobs.c
969
CTRACE(DBG_JOBS, ("jobidcmd%s%s%s%s %s\n", pg ? " -g" : "",
bin/sh/jobs.c
979
VTRACE(DBG_JOBS, ("jobidcmd. jp=%p [%%%d] pg=%d pid=%d\n",
bin/sh/show.c
1064
{ 'j', DBG_JOBS }, /* job control, structures */
bin/sh/show.c
1087
{ '_', DBG_PARSE | DBG_EVAL | DBG_EXPAND | DBG_JOBS | DBG_SIG |