Decouple the token code for "no request or macro" from the individual
authorschwarze <schwarze@openbsd.org>
Sun, 19 Apr 2015 13:59:37 +0000 (13:59 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 19 Apr 2015 13:59:37 +0000 (13:59 +0000)
commit2d6f95d323191e6f6440643baa9e2c6451f8fdea
tree088ab813b05395b29d0278b526b1915a804caf71
parentfa2127f91c9fd2eced6af1f7cda0905d75a85d0a
Decouple the token code for "no request or macro" from the individual
high-level parsers to allow further unification of functions that
only need to recognize this code, but that don't care about different
high-level macrosets beyond that.
usr.bin/mandoc/man.c
usr.bin/mandoc/man_hash.c
usr.bin/mandoc/man_term.c
usr.bin/mandoc/man_validate.c
usr.bin/mandoc/mdoc.c
usr.bin/mandoc/mdoc_argv.c
usr.bin/mandoc/mdoc_hash.c
usr.bin/mandoc/mdoc_macro.c
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/read.c
usr.bin/mandoc/roff.h