OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cstatus
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
job.h
55
int
cstatus
; /* Completion status */
member in struct:child
vmsjobs.c
129
child_failed = !(child->
cstatus
& 1 || ((child->
cstatus
& 7) == 0));
144
child_error (c->file->name, c->
cstatus
, 0, 0, 0);
153
child_error (c->file->name, c->
cstatus
, 0, 0, 1);
405
child->
cstatus
= 1;
645
&child->pid, &child->
cstatus
, &child->efn,
661
&child->pid, &child->
cstatus
, &child->efn,
Completed in 4242 milliseconds