Home
last modified time | relevance | path

Searched refs:job_control (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinflow.c251 if (!job_control) in terminal_inferior()
271 if (job_control) in terminal_inferior()
340 if (job_control) in terminal_ours_1()
374 if (job_control) in terminal_ours_1()
395 if (job_control) in terminal_ours_1()
399 if (!job_control) in terminal_ours_1()
710 if (job_control) in gdb_setpgid()
753 job_control = 1; in _initialize_inflow()
756 job_control = sysconf (_SC_JOB_CONTROL); in _initialize_inflow()
758 job_control = 0; /* have to assume the worst */ in _initialize_inflow()
[all …]
H A Dterminal.h85 extern int job_control;
H A Devent-top.c637 if (job_control) in command_line_handler()
698 if (job_control) in command_line_handler()
H A Dtop.c1147 if (job_control) in command_line_input()
1226 if (job_control) in command_line_input()
H A Dutils.c126 int job_control; variable
974 if (job_control in quit()
H A Dtracepoint.c827 if (job_control) in read_actions()
895 if (job_control) in read_actions()
H A DChangeLog-19943078 * inflow.c (job_control, attach_flag, generic_mourn_inferior):
3081 * utils.c (job_control): Put here.
3176 * inflow.c (job_control): Move definition to front of file.
H A DChangeLog-19933141 * ser-go32.c: Define job_control variable.
4036 * main.c: Use job_control from serial.h.
4042 (quit): Use job_control not TIOCGPGRP.