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

  /external/mksh/src/
exec.c 803 old_inuse = tp->flag & FINUSE;
804 tp->flag |= FINUSE;
822 tp->flag = (tp->flag & ~FINUSE) | old_inuse;
828 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) {
1077 if (tp->flag & FINUSE) {
    [all...]
main.c     [all...]
sh.h     [all...]

Completed in 625 milliseconds