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

/external/mksh/src/
H A Djobs.c134 static bool ttypgrp_ok; /* set if can use tty pgrps */ variable
236 if (ttypgrp_ok) {
259 if (ttypgrp_ok) {
264 ttypgrp_ok = false;
268 ttypgrp_ok = false;
344 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
355 ttypgrp_ok = false;
366 if (ttypgrp_ok && kshpgrp != kshpid) {
370 ttypgrp_ok = false;
376 ttypgrp_ok
[all...]

Completed in 58 milliseconds