Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dlibmandoc.h45 int mandoc_eos(const char *, size_t, int);
H A Dmandoc.c597 mandoc_eos(const char *p, size_t sz, int enclosed) in mandoc_eos() function
H A Dman_macro.c441 mandoc_eos(man->last->string, strlen(man->last->string), 0)) in in_line_eoln()
H A Dman.c482 if (mandoc_eos(buf, (size_t)i, 0)) in man_ptext()
H A Dmdoc_macro.c686 if (mandoc_eos(p, strlen(p), 0)) in append_delims()
1361 if (mandoc_eos(n->string, strlen(n->string), 1)) in blk_part_imp()
H A Dmdoc.c849 if (mandoc_eos(buf+offs, (size_t)(end-buf-offs), 0)) in mdoc_ptext()