Lines Matching refs:toys
21 #include "toys.h"
104 if(toys.signal && TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.raw_term);
118 if (!toys.signal) {
128 if (toys.signal) {
149 if (toys.signal && TT.term_ok) tcsetattr(0, TCSADRAIN, &TT.def_term);
152 toys.signal = 0;
296 if (toys.optc == 2) port = toys.optargs[1];
309 TT.sfd = xconnect(*toys.optargs, port, 0, SOCK_STREAM, IPPROTO_TCP, 0);
322 if (toys.signal) handle_esc();