OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subst_exstat
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
c_sh.c
445
*
subst_exstat
is cleared in execute(), so should be 0 if
464
exstat =
subst_exstat
;
662
* (
subst_exstat
is cleared in execute() so that it will be 0
665
return Flag(FPOSIX) ? 0 :
subst_exstat
;
sh.h
187
EXTERN int
subst_exstat
; /* exit status of last $(..)/`..` */
variable in typeref:typename:EXTERN int
exec.c
108
/* Clear
subst_exstat
before argument expansion. Used by
111
subst_exstat
= 0;
536
subst_exstat
= 0;
575
rv =
subst_exstat
;
eval.c
543
subst_exstat
= waitlast();
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025