OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coproc_id
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
jobs.c
90
Coproc_id
coproc_id
; /* 0 or id of coprocess output pipe */
member in struct:job
493
j->
coproc_id
= 0;
618
j->
coproc_id
= coproc.id;
[
all
...]
sh.h
1036
typedef int
Coproc_id
;
1044
Coproc_id
id; /* id of current output pipe */
[
all
...]
Completed in 159 milliseconds