Home
last modified time | relevance | path

Searched refs:WARN_MAC (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Dtroff.h67 WARN_MAC = 01000, enumerator
H A Dinput.cpp3795 warning(WARN_MAC, "macro '%1' not defined", nm.contents()); in interpolate_macro()
4674 warning(WARN_MAC, "macro '%1' not defined", s2.contents()); in alias_macro()
8289 warning(WARN_MAC, "macro '%1' not defined", nm.contents()); in lookup_request()
8512 { "mac", WARN_MAC },
8517 { "all", WARN_TOTAL & ~(WARN_DI | WARN_MAC | WARN_REG) },
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Dtroff.h72 WARN_MAC = 01000, enumerator
H A Dinput.cc3516 warning(WARN_MAC, "`%1' not defined", nm.contents()); in interpolate_macro()
4214 warning(WARN_MAC, "`%1' not defined", s2.contents()); in alias_macro()
7282 warning(WARN_MAC, "`%1' not defined", nm.contents()); in lookup_request()
7459 { "mac", WARN_MAC },
7463 { "all", WARN_TOTAL & ~(WARN_DI | WARN_MAC | WARN_REG) },
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/
H A Dn9.c1134 { WARN_MAC, "mac" },
1218 if (rq && rq != RIGHT && rq != PAIR(RIGHT, RIGHT) && warn & WARN_MAC) in nosuch()
H A Dtdef.h446 WARN_MAC = 512, enumerator
H A Dn3.c580 if (warn & WARN_MAC) in clrmn()
2255 if (warn & WARN_MAC) in maybemore()
H A Dn5.c1662 warn &= ~(WARN_MAC|WARN_SPACE|WARN_REG); in caseif()