HomeSort by relevance Sort by last modified time
    Searched refs:subst_exstat (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
exec.c 124 * Clear subst_exstat before argument expansion. Used by
127 subst_exstat = 0;
590 subst_exstat = 0;
664 rv = subst_exstat;
    [all...]
eval.c 872 subst_exstat = waitlast();
1339 subst_exstat = exstat & 0xFF;
    [all...]
funcs.c     [all...]
sh.h 733 EXTERN int subst_exstat; /* exit status of last $(..)/`..` */ variable
    [all...]

Completed in 38 milliseconds