Searched refs:wstop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c400 const long wstop = PCWSTOP; local
418 if (write(pfd, &wstop, sizeof (wstop)) == -1 && errno == EINTR)
473 const long wstop = PCWSTOP; local
546 if (write(pfd, &wstop, sizeof (wstop)) == -1 && errno == EINTR)
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c84 int wstop; /* stop after a file with a warning */ member in struct:curparse
494 if (MANDOCLEVEL_OK != rc && curp.wstop)
747 if (rctmp != MANDOCLEVEL_OK && curp->wstop)
983 curp->wstop = 1;

Completed in 82 milliseconds