Searched refs:FDELETE (Results 1 – 2 of 2) sorted by relevance
828 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) { in comexec()1081 tp->flag |= FDELETE; in define()
1225 #define FDELETE BIT(10) /* function deleted while it was executing */ macro