Home
last modified time | relevance | path

Searched refs:mandoc_eos (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dlibmandoc.h56 int mandoc_eos(const char *, size_t);
H A Dman_macro.c276 if (mandoc_eos(man->last->string, strlen(man->last->string))) in blk_close()
419 mandoc_eos(man->last->string, strlen(man->last->string))) in in_line_eoln()
H A Dman.c169 if (mandoc_eos(buf, (size_t)i)) in man_ptext()
H A Dmandoc.c602 mandoc_eos(const char *p, size_t sz) in mandoc_eos() function
H A Dmdoc.c276 if (mandoc_eos(buf+offs, (size_t)(end-buf-offs))) in mdoc_ptext()
H A Dmdoc_macro.c503 if (mandoc_eos(p, strlen(p))) in append_delims()