Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c133 static pid_t my_pgid; variable
305 my_pgid = getpgrp(); in main()
1605 if (my_tgid == -1 || my_tgid == my_pgid) in terminit()
1607 (void) kill(-my_pgid, SIGTTOU); in terminit()
1797 (void) kill(-my_pgid, SIGTSTP); in onsusp()