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