Searched defs:mmsg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c60 mandocmsg mmsg; /* warning/error message handler */ member in struct:mparse
816 mparse_alloc(int options, enum mandoclevel wlevel, mandocmsg mmsg, argument
825 curp->mmsg = mmsg;
914 if (m->mmsg)
915 (*m->mmsg)(er, level, m->file, ln, col, msg);
H A Dmain.c102 static void mmsg(enum mandocerr, enum mandoclevel,
457 curp.mp = mparse_alloc(options, curp.wlevel, mmsg, defos);
1008 mmsg(enum mandocerr t, enum mandoclevel lvl, function

Completed in 46 milliseconds