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

  /external/mksh/src/
exec.c 765 old_inuse = tp->flag & FINUSE;
766 tp->flag |= FINUSE;
784 tp->flag = (tp->flag & ~FINUSE) | old_inuse;
790 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) {
1078 if (tp->flag & FINUSE) {
    [all...]
main.c     [all...]
sh.h     [all...]

Completed in 62 milliseconds