Searched refs:DELIM_OPEN (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dlibmdoc.h56 DELIM_OPEN, enumerator in enum:mdelim
H A Dmdoc_macro.c459 if (d == DELIM_OPEN)
793 if (d == DELIM_OPEN)
1116 mdoc_isdelim(p) == DELIM_OPEN) {
1117 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1212 if (body == NULL && mdoc_isdelim(p) == DELIM_OPEN) {
1213 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1268 if (head == NULL && mdoc_isdelim(p) == DELIM_OPEN) {
1269 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1343 mdoc_isdelim(p) == DELIM_OPEN) {
1344 dword(mdoc, line, la, p, DELIM_OPEN,
[all...]
H A Dmdoc.c425 return DELIM_OPEN;
H A Dmdoc_argv.c632 if (DELIM_NONE == d || DELIM_OPEN == d)
H A Dmdoc_validate.c448 if (delim == DELIM_NONE || delim == DELIM_OPEN)
482 if (delim == DELIM_NONE || delim == DELIM_OPEN)

Completed in 102 milliseconds