Searched refs:recv_sig_char (Results 1 – 1 of 1) sorted by relevance
419 self.recv_sig_char(tty.clone(), &termios, Signal::SIGINT, c); in receive_special_char()424 self.recv_sig_char(tty.clone(), &termios, Signal::SIGQUIT, c); in receive_special_char()429 self.recv_sig_char(tty.clone(), &termios, Signal::SIGTSTP, c); in receive_special_char()765 fn recv_sig_char( in recv_sig_char() method