Home | History | Annotate | Download | only in gdb

Lines Matching defs:our_terminal_info

104 static struct terminal_info our_terminal_info;
109 inferior. Unlike our_terminal_info, this is only ever set
156 our_terminal_info.ttystate
159 our_terminal_info.tflags = fcntl (0, F_GETFL, 0);
162 our_terminal_info.process_group = tcgetpgrp (0);
214 xfree (our_terminal_info.ttystate);
215 our_terminal_info.ttystate = serial_get_tty_state (stdin_serial);
477 serial_set_tty_state (stdin_serial, our_terminal_info.ttystate);
485 result = tcsetpgrp (0, our_terminal_info.process_group);
512 result = fcntl (0, F_SETFL, our_terminal_info.tflags);
574 if (term_pgrp != -1 && term_pgrp != our_terminal_info.process_group)