Home
last modified time | relevance | path

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

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