Searched refs:roff_escape (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | roff_escape.c | 44 rval = roff_escape(--*rendarg, 0, 0, in mandoc_escape() 66 roff_escape(const char *buf, const int ln, const int aesc, in roff_escape() function 273 stype = roff_escape(buf, ln, iendarg, in roff_escape() 349 stype = roff_escape(buf, ln, iendarg, in roff_escape()
|
H A D | roff_int.h | 85 enum mandoc_esc roff_escape(const char *, const int, const int,
|
H A D | Makefile | 125 roff_escape.c \ 239 roff_escape.o \
|
H A D | roff.c | 1408 if (roff_escape(buf->buf, ln, pos, &iesc, &inam, in roff_expand() 1565 switch ((subtype = roff_escape(buf->buf, 0, in roff_expand() 4060 if (roff_escape(cp, 0, 0, NULL, &inam, in roff_getname()
|
/freebsd/usr.bin/mandoc/ |
H A D | Makefile | 36 roff_escape.c \
|