Home
last modified time | relevance | path

Searched refs:rcsids (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/mandoc/
H A Droff.h548 int rcsids; /* Bits indexed by enum mandoc_os. */ member
H A Dman_validate.c185 (man->meta.rcsids & (1 << man->meta.os_e)) == 0) in check_root()
H A Droff.c1308 if (r->man->meta.rcsids & rcsid) in roff_parse_comment()
1311 r->man->meta.rcsids |= rcsid; in roff_parse_comment()
H A Dmdoc_validate.c2139 (mdoc->meta.rcsids & (1 << mdoc->meta.os_e)) == 0) in post_root()