Searched refs:terminal_fd (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dfork-child.cc28 static int terminal_fd; variable
38 tcsetpgrp (terminal_fd, old_foreground_pgrp);
104 terminal_fd = fileno (stderr);
105 old_foreground_pgrp = tcgetpgrp (terminal_fd);
106 tcsetpgrp (terminal_fd, pid);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dfork-child.cc29 static int terminal_fd; variable
39 tcsetpgrp (terminal_fd, old_foreground_pgrp);
101 terminal_fd = fileno (stderr);
102 old_foreground_pgrp = tcgetpgrp (terminal_fd);
103 tcsetpgrp (terminal_fd, pid);

Completed in 130 milliseconds