HomeSort by: relevance | last modified time | path
    Searched defs:shpid (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tip/
cmds.c 565 int shpid, status; local in function:shell
572 switch (shpid = fork()) {
574 while (shpid != wait(&status));
cmds.c 565 int shpid, status; local in function:shell
572 switch (shpid = fork()) {
574 while (shpid != wait(&status));

Completed in 56 milliseconds