Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/troff/troff.d/
H A Dta.c834 int rc, status, unixpid; local
835 if( (unixpid=fork())==0 ) {
841 else if(unixpid == -1)
844 while( (rc = wait(&status)) != unixpid && rc != -1 ) ;