Searched refs:FINUSE (Results 1 – 3 of 3) sorted by relevance
763 old_inuse = tp->flag & FINUSE; in comexec()764 tp->flag |= FINUSE; in comexec()782 tp->flag = (tp->flag & ~FINUSE) | old_inuse; in comexec()788 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) { in comexec()1078 if (tp->flag & FINUSE) { in define()
1867 } else if (!(tblp->flag & FINUSE)) { in tgrow()
1821 #define FINUSE BIT(9) /* function being executed */ macro