Searched refs:job (Results 1 - 4 of 4) sorted by relevance

/solaris-desktop/ext-sources/
H A Dpostrun73 echo ' Assign this job to class <class>. Useful for querying'
77 echo ' Ignore this job if it cannot be executed immediately.'
175 # get the next job id
187 postrun_debug "Ignoring job, because -i was used and it's not possible to run it now"
191 # check if there's already a spooled job for the same command
211 postrun_debug "matching spooled uniq job (#${uniq_job_nr}) found"
212 # we found a matching spooled uniq job
214 # flagged as a uniq job
235 # Use a new job id so that the job move
[all...]
H A Dpostrun-query72 echo ' -j <job>, --job <job>'
73 echo ' display job number <job>'
98 -j|--job)
141 # print info about a job
146 echo "postrun-query: job $postrun_query_job not found"
/solaris-desktop/base-specs/
H A Dw3m.spec85 #FIXME: If the simultaneously running job > 2, it builds failed
123 - commented out the line "make -j $CPU" and specified the simultaneously running job as 2,
124 it built failed when the job is 16
/solaris-desktop/patches/
H A Dxscreensaver-06-gtk-lock.diff3285 struct screenhack_job *job = (struct screenhack_job *) malloc (sizeof(*job));
3302 - if (!job ||
3304 - (p->verbose_p || job->status != job_killed)))
3306 + if ((!job
3312 + (p->verbose_p || (job && job->status != job_killed))))
3320 - !job ||
3321 - job->status != job_killed ||
3322 + (!job
[all...]

Completed in 45 milliseconds