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

  /src/bin/sh/
jobs.c 409 VTRACE(DBG_JOBS, (
477 VTRACE(DBG_JOBS, ("showjob: freeing job %d\n",
604 CTRACE(DBG_JOBS, ("showjobs(%x) called\n", mode));
619 VTRACE(DBG_JOBS|DBG_INPUT, ("repaired tty process group\n"));
932 VTRACE(DBG_JOBS|DBG_WAIT, ("Cleanup: %d\n", i));
953 CTRACE(DBG_JOBS, ("jobidcmd%s%s%s%s %s\n", pg ? " -g" : "",
1247 VTRACE(DBG_JOBS, ("makejob(%p, %d) clearing jobtab (%d)\n",
1298 VTRACE(DBG_JOBS, ("makejob(%p, %d)%s returns %%%d\n", (void *)node,
1325 CTRACE(DBG_JOBS, ("forkshell(%%%d, %p, %d) called\n",
1331 VTRACE(DBG_JOBS, ("Fork failed, errno=%d\n", serrno))
    [all...]
shell.h 169 #define DBG_JOBS (1LL << 4) /* j */
show.c 1066 { 'j', DBG_JOBS }, /* job control, structures */
1089 { '_', DBG_PARSE | DBG_EVAL | DBG_EXPAND | DBG_JOBS | DBG_SIG |

Completed in 12 milliseconds