Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_macro.c633 if (DELIM_OPEN == d) in dword()
1153 DELIM_OPEN == mdoc_isdelim(p)) { in blk_full()
1154 if ( ! dword(mdoc, line, la, p, DELIM_OPEN, 0)) in blk_full()
1318 DELIM_OPEN == mdoc_isdelim(p)) { in blk_part_imp()
1319 if ( ! dword(mdoc, line, la, p, DELIM_OPEN, 0)) in blk_part_imp()
1458 DELIM_OPEN == mdoc_isdelim(p)) { in blk_part_exp()
1460 if ( ! dword(mdoc, line, la, p, DELIM_OPEN, 0)) in blk_part_exp()
1603 DELIM_OPEN == mdoc_isdelim(p)) { in in_line_argn()
1604 if ( ! dword(mdoc, line, la, p, DELIM_OPEN, 0)) in in_line_argn()
H A Dlibmdoc.h96 DELIM_OPEN, enumerator
H A Dmdoc_argv.c641 if (DELIM_NONE == d || DELIM_OPEN == d) in args_checkpunct()
H A Dmdoc.c984 return(DELIM_OPEN); in mdoc_isdelim()