Searched refs:FINUSE (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtable.h62 #define FINUSE BIT(9) /* function being executed */ macro
H A Dtable.c73 } else if (!(tblp->flag & FINUSE)) {
H A Dexec.c663 old_inuse = tp->flag & FINUSE;
664 tp->flag |= FINUSE;
675 tp->flag = (tp->flag & ~FINUSE) | old_inuse;
680 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) {
930 if (tp->flag & FINUSE) {

Completed in 59 milliseconds