Home
last modified time | relevance | path

Searched refs:FDELETE (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dexec.c787 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) { in comexec()
1071 tp->flag |= FDELETE; in define()
Dsh.h1538 #define FDELETE BIT(10) /* function deleted while it was executing */ macro