Home
last modified time | relevance | path

Searched refs:mdoc_isdelim (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_macro.c620 d = mdoc_isdelim(p); in dword()
625 DELIM_NONE == mdoc_isdelim(mdoc->last->string)) { in dword()
949 d = ARGS_QWORD == ac ? DELIM_NONE : mdoc_isdelim(p); in in_line()
1153 DELIM_OPEN == mdoc_isdelim(p)) { in blk_full()
1318 DELIM_OPEN == mdoc_isdelim(p)) { in blk_part_imp()
1458 DELIM_OPEN == mdoc_isdelim(p)) { in blk_part_exp()
1603 DELIM_OPEN == mdoc_isdelim(p)) { in in_line_argn()
1632 DELIM_NONE != mdoc_isdelim(p)) { in in_line_argn()
H A Dlibmdoc.h142 enum mdelim mdoc_isdelim(const char *);
H A Dmdoc_argv.c623 if (DELIM_CLOSE != mdoc_isdelim(dbuf)) in args_checkpunct()
640 d = mdoc_isdelim(dbuf); in args_checkpunct()
H A Dmdoc.c973 mdoc_isdelim(const char *p) in mdoc_isdelim() function