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

  /src/usr.bin/make/
job.h 1 /* $NetBSD: job.h,v 1.86 2026/02/10 18:53:34 sjg Exp $ */
34 * from: @(#)job.h 8.1 (Berkeley) 6/6/93
73 * from: @(#)job.h 8.1 (Berkeley) 6/6/93
81 typedef struct Job Job;
113 void Job_FlagsToString(const Job *, char *, size_t);
116 struct BuildMon *Job_BuildMon(Job *) MAKE_ATTR_USE;
118 GNode *Job_Node(Job *) MAKE_ATTR_USE;
119 int Job_Pid(Job *) MAKE_ATTR_USE;
job.c 1 /* $NetBSD: job.c,v 1.522 2026/02/16 17:57:38 rillig Exp $ */
93 * job table is empty.
119 #include "job.h"
126 /* "@(#)job.c 8.2 (Berkeley) 3/19/94" */
127 MAKE_RCSID("$NetBSD: job.c,v 1.522 2026/02/16 17:57:38 rillig Exp $");
155 JOB_ST_FREE, /* Job is available */
156 JOB_ST_SET_UP, /* Job is allocated but otherwise invalid */
157 JOB_ST_RUNNING, /* Job is running, pid valid */
158 JOB_ST_FINISHED /* Job is done (i.e. after SIGCHLD) */
169 * A Job manages the shell commands that are run to create a single target
575 const Job *job; local
680 Job *job; local
794 Job *job; local
1711 Job *job; local
1941 Job *job; local
2001 Job *job; local
2017 Job *job; local
2432 Job *job; local
2510 Job *job; local
    [all...]
  /src/bin/ksh/
jobs.c 4 * Process and job control
109 #define JP_MEDIUM 2 /* print [job-num] -/+ command */
110 #define JP_LONG 3 /* print [job-num] -/+ pid command */
117 /* Job.flags values */
118 #define JF_STARTED 0x001 /* set when all processes in job are started */
119 #define JF_WAITING 0x002 /* set if j_waitj() is waiting on job */
131 typedef struct job Job;
132 struct job { struct
133 Job *next; /* next job in list *
134 int job; \/* job number: %n *\/ member in struct:job
1548 int len, job = 0; local
    [all...]

Completed in 29 milliseconds