Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/db/
H A Dcommand.c287 int rc, unixpid; in shell() local
292 if ((unixpid=fork())==0) { in shell()
296 } else if (unixpid == -1) { in shell()
300 while ((rc = waitpid()) != unixpid){ in shell()