OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:back_exitstatus
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
eval.h
39
extern int
back_exitstatus
; /* exit status of backquoted command */
eval.c
101
int
back_exitstatus
; /* exit status of backquoted command */
variable
710
back_exitstatus
= 0;
1130
return
back_exitstatus
;
expand.c
469
back_exitstatus
= waitforjob(in.jp);
Completed in 805 milliseconds