Searched refs:wlevel (Results 1 – 3 of 3) sorted by relevance
78 enum mandoclevel wlevel; /* ignore messages below this */ member174 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()
63 enum mandoclevel wlevel; /* ignore messages below this */ member907 mparse_alloc(int options, enum mandoclevel wlevel, mandocmsg mmsg, in mparse_alloc() argument915 curp->wlevel = wlevel; in mparse_alloc()1012 if (level < m->wlevel && er != MANDOCERR_FILE) in mandoc_msg()
758 int wlevel = 0; in search() local816 wlevel++; in search()823 if (wlevel == 0) { in search()833 wlevel--; in search()