Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c641 pid_t *pgids; in pnohup() local
662 pgids = calloc(argc, sizeof (pid_t)); in pnohup()
663 pgids[0] = getpid(); in pnohup()
696 if (pgids[j] == pgid) in pnohup()
703 pgids[npgids++] = pgid; in pnohup()