Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmain.c60 int wstop; /* stop after a file with a warning */ member
161 if (MANDOCLEVEL_OK != rc && curp.wstop) in main()
225 if (MANDOCLEVEL_OK != rc && curp->wstop) in parse()
381 curp->wstop = 1; in woptions()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_proc.c400 const long wstop = PCWSTOP; in dt_proc_waitrun() local
418 if (write(pfd, &wstop, sizeof (wstop)) == -1 && errno == EINTR) in dt_proc_waitrun()
473 const long wstop = PCWSTOP; in dt_proc_control() local
546 if (write(pfd, &wstop, sizeof (wstop)) == -1 && errno == EINTR) in dt_proc_control()