Home
last modified time | relevance | path

Searched refs:Bd (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/kyua/doc/
H A Dresults-files-report-example.mdoc3 .Bd -literal -offset indent
8 .Bd -literal -offset indent
17 .Bd -literal -offset indent
27 .Bd -literal -offset indent
/freebsd/contrib/libxo/libxo/
H A Dadd.man.in7 .Bd -literal -offset indent
13 .Bd -literal -offset indent
20 .Bd -literal -offset indent
/freebsd/lib/libxo/
H A Dadd.man7 .Bd -literal -offset indent
13 .Bd -literal -offset indent
20 .Bd -literal -offset indent
/freebsd/contrib/kyua/admin/
H A Dcheck-style-man.awk39 /CHECK_STYLE_DISABLE|^\.Bd/ {
/freebsd/crypto/openssh/
H A Dmdoc2man.awk88 } else if(match(words[w],"^Bd$")) {
/freebsd/contrib/mandoc/
H A Dmdoc_term.c132 { termp_bd_pre, termp_bd_post }, /* Bd */
579 * (and thus `Bl') and `Bd'. And then go ahead and print that space, in print_bvspace()
589 if ((bl->tok == MDOC_Bd && bl->norm->Bd.comp) || in print_bvspace()
1441 if (n->norm->Bd.offs == NULL || in termp_bd_pre()
1442 ! strcmp(n->norm->Bd.offs, "left")) in termp_bd_pre()
1444 else if ( ! strcmp(n->norm->Bd.offs, "indent")) in termp_bd_pre()
1446 else if ( ! strcmp(n->norm->Bd.offs, "indent-two")) in termp_bd_pre()
1449 offset = a2width(p, n->norm->Bd.offs); in termp_bd_pre()
1456 switch (n->norm->Bd.type) { in termp_bd_pre()
1476 if (n->norm->Bd in termp_bd_post()
[all...]
H A Dmdoc.h148 struct mdoc_bd Bd; member
H A Dmdoc_man.c153 { cond_body, pre_bd, post_bd, NULL, NULL }, /* Bd */
971 if (n->norm->Bd.type == DISP_unfilled || in pre_bd()
972 n->norm->Bd.type == DISP_literal) in pre_bd()
974 if (n->norm->Bd.comp == 0 && roff_node_prev(n->parent) != NULL) in pre_bd()
976 print_offs(n->norm->Bd.offs, 1); in pre_bd()
989 now = n->norm->Bd.type == DISP_unfilled || in post_bd()
990 n->norm->Bd.type == DISP_literal ? ROFF_nf : ROFF_fi; in post_bd()
H A Dmandoc.css98 .Bd { }
99 .Bd-indent { margin-left: 3.8em; }
352 .Bd-indent { margin-left: 2em; }
H A Dmdoc_validate.c137 post_display, /* Bd */
842 argv->line, argv->pos, "Bd -offset"); in post_bd()
845 if (NULL != n->norm->Bd.offs) in post_bd()
848 "Bd -offset %s", argv->value[0]); in post_bd()
850 n->norm->Bd.offs = argv->value[0]; in post_bd()
853 if (n->norm->Bd.comp) in post_bd()
855 argv->line, argv->pos, "Bd -compact"); in post_bd()
856 n->norm->Bd.comp = 1; in post_bd()
864 if (DISP__NONE == n->norm->Bd.type) in post_bd()
865 n->norm->Bd in post_bd()
[all...]
H A Dmdoc_html.c128 {mdoc_bd_pre, NULL}, /* Bd */
880 print_otag(h, TAG_DIV, "c", "Bd-indent"); in mdoc_bl_pre()
892 (void)strlcat(cattr, " Bd-indent", sizeof(cattr)); in mdoc_ex_pre()
935 print_otag_id(h, TAG_DIV, "Bd Bd-indent", n); in mdoc_sx_pre()
973 comp = n->norm->Bd.comp; in mdoc_bd_pre()
982 (void)strlcpy(buf, "Bd", sizeof(buf)); in mdoc_bd_pre()
988 if (n->norm->Bd.offs != NULL && in mdoc_bd_pre()
989 strcmp(n->norm->Bd.offs, "left") != 0)
990 (void)strlcat(buf, " Bd
[all...]
H A DTODO182 - .Bd -filled should not be the same as .Bd -ragged, but align both
497 - PDF output doesn't use a monospaced font for .Bd -literal
539 - .Bd -unfilled should not use monospaced font
696 - style message about macros inside .Bd -literal and .Dl, in particular
H A DNEWS99 * mdoc(7) -T html: render .Bd -unfilled in proportionally-spaced font
217 * mdoc(7) .Bd -centered now fills the text contained in it
520 * mdoc(7): Fix an assertion failure for a .Bd without a type that
626 * mdoc(7): Avoid a NULL pointer access when .Bd has no arguments.
880 * Multiple fixes with respect to .Bd and .Bl -offset and -width.
931 * The mdoc(7) formatter non partially supports .Bd -centered.
1190 * fix "Sm" and "Bd" handling
H A Dmdoc_markdown.c122 { md_cond_body, md_pre_Bd, md_post_D1, NULL, NULL }, /* Bd */
902 switch (n->norm->Bd.type) {
/freebsd/tools/build/options/
H A DWITH_CCACHE_BUILD39 .Bd -literal -offset indent
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h675 Function(Variable *Vd, SExpr *Bd) in Function() argument
676 : SExpr(COP_Function), VarDecl(Vd), Body(Bd) { in Function()
680 Function(const Function &F, Variable *Vd, SExpr *Bd) // rewrite constructor in Function() argument
681 : SExpr(F), VarDecl(Vd), Body(Bd) { in Function()
1866 Let(Variable *Vd, SExpr *Bd) : SExpr(COP_Let), VarDecl(Vd), Body(Bd) { in Let() argument
1870 Let(const Let &L, Variable *Vd, SExpr *Bd) : SExpr(L), VarDecl(Vd), Body(Bd) { in Let() argument
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-threecolumn.pem347 5Bd
/freebsd/libexec/getty/
H A Dgettytab93 local.9600|CLOCAL tty @ 9600 Bd:\
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.def1087 .Bd -literal
1109 .Bd -literal
1127 .Bd -literal
1146 .Bd -literal
1168 .Bd -literal
1188 .Bd -literal
2833 .Bd -literal
2842 .Bd -literal
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.def1180 .Bd -literal -unfilled -offset center
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh3726 G4CLYXcEdkKEZOTooTKdPO/hOiyYMa/ePbz51tL1tNKhci4GaOoQFViaU3Kyb/Bd
/freebsd/contrib/tzdata/
H A Deurope3718 # (Bundesblatt 1853, Bd. II, S. 859). On p 72 Messerli writes that in
/freebsd/contrib/xz/
H A DChangeLog485 - A Bd
494 - A Bd
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src16977 op=\036Ad\036Bd,