Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmain.c78 enum mandoclevel wlevel; /* ignore messages below this */ member
174 curp.wlevel = MANDOCLEVEL_BADARG; in main()
411 curp.mp = mparse_alloc(options, curp.wlevel, mmsg, in main()
851 curp->wlevel = MANDOCLEVEL_WARNING; in toptions()
900 curp->wlevel = MANDOCLEVEL_WARNING; in woptions()
903 curp->wlevel = MANDOCLEVEL_ERROR; in woptions()
906 curp->wlevel = MANDOCLEVEL_UNSUPP; in woptions()
909 curp->wlevel = MANDOCLEVEL_BADARG; in woptions()
H A Dread.c61 enum mandoclevel wlevel; /* ignore messages below this */ member
886 mparse_alloc(int options, enum mandoclevel wlevel, mandocmsg mmsg, in mparse_alloc() argument
894 curp->wlevel = wlevel; in mparse_alloc()
991 if (level < m->wlevel && er != MANDOCERR_FILE) in mandoc_msg()