Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_macro.c386 d = mdoc_isdelim(p); in dword()
391 mdoc_isdelim(mdoc->last->string) == DELIM_NONE) { in dword()
766 d = ac == ARGS_QWORD ? DELIM_NONE : mdoc_isdelim(p); in in_line()
1027 mdoc_isdelim(p) == DELIM_OPEN) { in blk_full()
1147 mdoc_isdelim(p) == DELIM_OPEN) { in blk_part_imp()
1231 mdoc_isdelim(p) == DELIM_OPEN) { in blk_part_exp()
1310 mdoc_isdelim(p) == DELIM_OPEN) { in in_line_argn()
1348 mdoc_isdelim(p) == DELIM_NONE) { in in_line_argn()
H A Dlibmdoc.h127 enum mdelim mdoc_isdelim(const char *);
H A Dmdoc_argv.c627 if (DELIM_CLOSE != mdoc_isdelim(dbuf)) in args_checkpunct()
644 d = mdoc_isdelim(dbuf); in args_checkpunct()
H A Dmdoc.c817 mdoc_isdelim(const char *p) in mdoc_isdelim() function