Searched refs:Es (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/bin/sh/tests/
H A Dfunctional_test.sh69 for path in $(find -Es "${SRCDIR}" -regex '.*\.[0-9]+$'); do
/freebsd-11-stable/lib/libxo/tests/
H A Dfunctional_test.sh73 for path in $(find -Es "${SRCDIR}" -name '*.out'); do
/freebsd-11-stable/usr.bin/xo/tests/
H A Dfunctional_test.sh69 for path in $(find -Es "${SRCDIR}" -name '*.out'); do
/freebsd-11-stable/usr.bin/indent/tests/
H A Dfunctional_test.sh87 for path in $(find -Es "${SRCDIR}" -regex '.*\.[0-9]+$'); do
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc.h148 struct roff_node *Es; member in union:mdoc_data
H A Dmdoc_markdown.c221 { NULL, md_pre_skip, NULL, NULL, NULL }, /* Es */
955 if (n->norm->Es == NULL ||
956 n->norm->Es->child == NULL)
959 md_word(n->norm->Es->child->string);
967 if (n->norm->Es == NULL ||
968 n->norm->Es->child == NULL ||
969 n->norm->Es->child->next == NULL)
973 md_word(n->norm->Es->child->next->string);
H A Dmdoc_term.c242 { termp_skip_pre, NULL }, /* Es */
1670 if (NULL == n->norm->Es ||
1671 NULL == n->norm->Es->child)
1673 term_word(p, n->norm->Es->child->string);
1728 if (n->norm->Es == NULL ||
1729 n->norm->Es->child == NULL ||
1730 n->norm->Es->child->next == NULL)
1733 term_word(p, n->norm->Es->child->next->string);
H A Dmdoc_html.c236 {mdoc_skip_pre, NULL}, /* Es */
1718 if (NULL == n->norm->Es ||
1719 NULL == n->norm->Es->child)
1721 print_text(h, n->norm->Es->child->string);
1776 if (n->norm->Es == NULL ||
1777 n->norm->Es->child == NULL ||
1778 n->norm->Es->child->next == NULL)
1781 print_text(h, n->norm->Es->child->next->string);
H A Dmdoc_validate.c233 post_es, /* Es */
1407 mdoc->last->norm->Es = mdoc->last_es;

Completed in 253 milliseconds