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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dinflow.c113 static const char *inferior_thisrun_terminal;
667 inferior_thisrun_terminal = ttyname;
690 if (inferior_thisrun_terminal == 0)
710 tty = open (inferior_thisrun_terminal, O_RDWR | O_NOCTTY);
711 check_syscall (inferior_thisrun_terminal, tty);
754 if (inferior_thisrun_terminal)
759 tinfo->run_terminal = xstrdup (inferior_thisrun_terminal);
762 inferior_thisrun_terminal = NULL;
821 if (!job_control || inferior_thisrun_terminal == 0)
112 static const char *inferior_thisrun_terminal; variable

Completed in 102 milliseconds