Searched refs:JF_USETTYMODE (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Djobs.c86 #define JF_USETTYMODE 0x400 /* tty mode saved if process exits normally */ macro
497 ((flags & XBGND) ? 0 : (JF_FG|JF_USETTYMODE));
1217 (j->flags & JF_USETTYMODE)) {
1234 j->flags &= ~JF_USETTYMODE;

Completed in 106 milliseconds