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

/external/mksh/src/
H A Djobs.c81 #define JF_SAVEDTTY 0x020 /* j->ttystat is valid */ macro
867 if (ttypgrp_ok && (j->flags & JF_SAVEDTTY))
874 if (j->flags & JF_SAVEDTTY)
896 if (ttypgrp_ok && (j->flags & JF_SAVEDTTY))
910 j->flags &= ~(JF_SAVEDTTY | JF_SAVEDTTYPGRP);
1201 j->flags |= JF_SAVEDTTY;

Completed in 137 milliseconds