HomeSort by relevance Sort by last modified time
    Searched refs:raw_term (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
telnet.c 35 struct termios raw_term;
92 if (TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.raw_term);
137 if(toys.signal && TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.raw_term);
173 if(TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.raw_term);
338 TT.raw_term = TT.def_term;
339 cfmakeraw(&TT.raw_term);
  /external/toybox/generated/
globals.h 760 struct termios raw_term; member in struct:telnet_data

Completed in 48 milliseconds