Home | History | Annotate | Download | only in adb

Lines Matching refs:tty

119         " ppp TTY [PARAMETER...]   run PPP over USB\n"
686 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T
713 tty = kPtyDefinitely;
719 tty = (tty >= kPtyYes) ? kPtyDefinitely : kPtyYes;
722 tty = kPtyNo;
733 if (tty == kPtyNo) {
735 } else if (tty == kPtyAuto) {
736 // If stdin isn't a TTY, default to a raw shell; this lets
742 } else if (tty == kPtyYes) {
753 escape_char, tty,