Home
last modified time | relevance | path

Searched refs:use_tty (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Djobs.c337 bool use_tty = Flag(FTALKING); in j_change() local
340 if (use_tty) in j_change()
344 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) { in j_change()
383 if (use_tty && !ttypgrp_ok) in j_change()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch2351 + if (!use_tty()) {
2359 + if (!use_tty()) {
7151 +int use_tty(void) {
8993 + if (!dopopup && use_tty()) {
11028 + if (!use_tty() && !getenv("SSVNC_NO_MESSAGE_POPUP")) {
12398 + if (!use_tty()) {
12414 + if (!use_tty()) {
12573 + } else if (appData.passwordDialog || !use_tty()) {
12722 + if (appData.passwordDialog || !use_tty()) {
18751 + if (!use_tty()) {
[all …]