OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curjob
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/sh/
jobs.c
101
static int
curjob
= -1; /* current job */
variable in typeref:typename:int
304
if (ji ==
curjob
)
305
curjob
= jp->prev_job;
322
if (
curjob
!= -1 && jobtab[
curjob
].state == JOBSTOPPED) {
323
for (jp1 = jobtab +
curjob
; ; jp1 = jp2) {
335
case 2: /* newly stopped job - becomes
curjob
*/
336
jp->prev_job =
curjob
;
337
curjob
= ji;
489
jp - jobtab ==
curjob
[
all
...]
Completed in 41 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025