Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dlibmandoc.h54 int mandoc_eos(const char *, size_t);
H A Dmandoc.c544 mandoc_eos(const char *p, size_t sz) in mandoc_eos() function
H A Dman_macro.c447 mandoc_eos(man->last->string, strlen(man->last->string))) in in_line_eoln()
H A Dman.c430 if (mandoc_eos(buf, (size_t)i)) in man_ptext()
H A Dmdoc.c695 if (mandoc_eos(buf+offs, (size_t)(end-buf-offs))) in mdoc_ptext()
H A Dmdoc_macro.c441 if (mandoc_eos(p, strlen(p))) in append_delims()