Home
last modified time | relevance | path

Searched refs:new_tty (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dterminal.h81 extern void new_tty (void);
Dfork-child.c301 new_tty (); in fork_inferior()
Dinflow.c520 new_tty (void) in new_tty() function
DChangeLog-1991970 * inflow.c (new_tty): Use USE_O_NOCTTY #define.
1116 * inflow.c (new_tty): O_NOCTTY kludge for RS/6000.
2723 * inflow.c (new_tty_prefork, new_tty): New prefork routine
2724 modifies static state in the parent process; new_tty itself
2728 fork, then new_tty.
DChangeLog-1995803 * inflow.c (new_tty): Likewise
4702 * inflow.c (new_tty): Treat WIN32 in same way as __GO32__
DChangeLog-3.x1865 * inflow.c (new_tty): Replaced calls to dup2 with calls to dup.
DChangeLog-19902454 * inflow.c (new_tty): If can't open tty, print error message
DChangeLog-19932386 * inflow.c (new_tty): Move osigttou inside #if.
5771 * inflow.c (new_tty): Remove spurious 'o' character at end
DChangeLog-19923950 * inflow.c (new_tty): Temporarily ignore SIGTTOU when
DChangeLog2346 (new_tty): Use O_NOCTTY unconditionally.