Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pg/
H A Dpg.c131 static pid_t my_pgid; variable
303 my_pgid = getpgrp(); in main()
1617 if (my_tgid == -1 || my_tgid == my_pgid) in terminit()
1619 (void) kill(-my_pgid, SIGTTOU); in terminit()
1814 (void) kill(-my_pgid, SIGTSTP); in onsusp()