HomeSort by: relevance | last modified time | path
    Searched defs:old_inuse (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
exec.c 594 volatile Tflag old_inuse; local in function:comexec
656 old_inuse = tp->flag & FINUSE;
668 tp->flag = (tp->flag & ~FINUSE) | old_inuse;

Completed in 213 milliseconds