Searched refs:inferior_process_group (Results 1 – 4 of 4) sorted by relevance
79 PROCESS_GROUP_TYPE inferior_process_group; variable179 inferior_process_group = pgrp; in terminal_init_inferior_with_pgrp()270 result = tcsetpgrp (0, inferior_process_group); in terminal_inferior()276 result = ioctl (0, TIOCSPGRP, &inferior_process_group); in terminal_inferior()344 inferior_process_group = tcgetpgrp (0); in terminal_ours_1()347 inferior_process_group = getpgrp (); in terminal_ours_1()350 ioctl (0, TIOCGPGRP, &inferior_process_group); in terminal_ours_1()492 (int) inferior_process_group); in child_terminal_info()
48 extern PROCESS_GROUP_TYPE inferior_process_group;
515 kill (-inferior_process_group, SIGINT); in child_stop()
4653 kill (-inferior_process_group, SIGINT); in procfs_stop()