Home
last modified time | relevance | path

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

/third_party/mksh/
H A Djobs.c148 static bool ttypgrp_ok; /* set if can use tty pgrps */ variable
244 if (ttypgrp_ok) { in j_suspend()
267 if (ttypgrp_ok) { in j_suspend()
272 ttypgrp_ok = false; in j_suspend()
276 ttypgrp_ok = false; in j_suspend()
353 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
355 if ((ttypgrp_ok = (use_tty && tty_fd >= 0))) {
367 ttypgrp_ok = false;
378 if (ttypgrp_ok && kshpgrp != kshpid) {
382 ttypgrp_ok
[all...]

Completed in 1 milliseconds