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

/external/mksh/src/
H A Djobs.c147 static bool ttypgrp_ok; /* set if can use tty pgrps */ variable
249 if (ttypgrp_ok) {
272 if (ttypgrp_ok) {
277 ttypgrp_ok = false;
281 ttypgrp_ok = false;
357 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
368 ttypgrp_ok = false;
379 if (ttypgrp_ok && kshpgrp != kshpid) {
383 ttypgrp_ok = false;
389 ttypgrp_ok
[all...]

Completed in 825 milliseconds