Searched refs:mandoc_eos (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | libmandoc.h | 45 int mandoc_eos(const char *, size_t, int);
|
H A D | mandoc.c | 597 mandoc_eos(const char *p, size_t sz, int enclosed) in mandoc_eos() function
|
H A D | man_macro.c | 441 mandoc_eos(man->last->string, strlen(man->last->string), 0)) in in_line_eoln()
|
H A D | man.c | 482 if (mandoc_eos(buf, (size_t)i, 0)) in man_ptext()
|
H A D | mdoc_macro.c | 686 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 D | mdoc.c | 849 if (mandoc_eos(buf+offs, (size_t)(end-buf-offs), 0)) in mdoc_ptext()
|