Searched refs:FINUSE (Results 1 – 3 of 3) sorted by relevance
774 old_inuse = tp->flag & FINUSE; in comexec()775 tp->flag |= FINUSE; in comexec()785 tp->flag = (tp->flag & ~FINUSE) | old_inuse; in comexec()791 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) { in comexec()1037 if (tp->flag & FINUSE) { in define()
1714 } else if (!(tblp->flag & FINUSE)) { in tgrow()
1170 #define FINUSE BIT(9) /* function being executed */ macro