Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c817 int rc, status, unixpid; in callunix() local
818 if( (unixpid=fork())==0 ) { in callunix()
824 else if(unixpid == -1) in callunix()
827 while( (rc = wait(&status)) != unixpid && rc != -1 ) ; in callunix()