| /freebsd/contrib/mandoc/ |
| H A D | mandoc.css | 101 .Bl-bullet { list-style-type: disc; 103 .Bl-bullet > li { } 104 .Bl-dash { list-style-type: none; 106 .Bl-dash > li:before { 108 .Bl-item { list-style-type: none; 110 .Bl-item > li { } 111 .Bl-compact > li { 114 .Bl-enum { padding-left: 2em; } 115 .Bl-enum > li { } 116 .Bl [all...] |
| H A D | mdoc_man.c | 155 { cond_body, pre_bl, post_bl, NULL, NULL }, /* Bl */ 288 static int Bl_stack_len; /* number of nested Bl blocks */ 1086 if (n->norm->Bl.offs) { in pre_bl() 1087 print_offs(n->norm->Bl.offs, 0); in pre_bl() 1091 switch (n->norm->Bl.type) { in pre_bl() 1093 n->norm->Bl.count = 0; in pre_bl() 1103 for (icol = 0; icol < n->norm->Bl.ncols; icol++) in pre_bl() 1115 switch (n->norm->Bl.type) { in post_bl() 1121 n->norm->Bl.count = 0; in post_bl() 1127 if (n->norm->Bl in post_bl() [all...] |
| H A D | mdoc_validate.c | 46 /* FIXME: .Bl -diag can't have non-text children in HEAD. */ 139 post_bl, /* Bl */ 352 np->parent->parent->norm->Bl.type != LIST_diag)) in mdoc_validate() 647 n->norm->Bl.type = LIST__NONE; in post_bl_norm() 697 if (n->norm->Bl.comp) in post_bl_norm() 699 argv->line, argv->pos, "Bl -compact"); in post_bl_norm() 700 n->norm->Bl.comp = 1; in post_bl_norm() 706 argv->line, argv->pos, "Bl -width"); in post_bl_norm() 707 n->norm->Bl.width = "0n"; in post_bl_norm() 710 if (NULL != n->norm->Bl in post_bl_norm() [all...] |
| H A D | mdoc_markdown.c | 124 { md_cond_body, md_pre_Bl, md_post_Bl, NULL, NULL }, /* Bl */ 935 n->norm->Bl.count = 0; in md_post_Bl() 936 if (n->norm->Bl.type == LIST_column) in md_post_Bl() 945 n->norm->Bl.count = 0; in md_pre_D1() 946 if (n->norm->Bl.type == LIST_column) in md_pre_D1() 1221 if (bln->norm->Bl.comp == 0 && in md_pre_It() 1222 bln->norm->Bl.type != LIST_column) in md_pre_It() 1226 switch (bln->norm->Bl.type) { in md_pre_It() 1248 if (bln->norm->Bl.count < 99) in md_pre_It() 1249 bln->norm->Bl in md_pre_It() [all...] |
| H A D | TODO | 57 The reason likely is that tbl(7) does not support the -Bl -column 169 - .Bl -column .Xo support is missing 187 - implement blank `Bl -column', such as 188 .Bl -column 193 - explicitly disallow nested `Bl -column', which would clobber internal 197 - In .Bl -column .It, the end of the line probably has to be regarded 200 .Bl -column minpasswordlen program xetcxmotd 208 - inside `.Bl -column' phrases, punctuation is handled like normal 209 text, e.g. `.Bl -column .It Fl x . Ta ...' should give "-x -." 211 - inside `.Bl [all...] |
| H A D | mdoc.c | 180 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext() 182 n->parent->norm->Bl.type == LIST_column)) { in mdoc_ptext() 375 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro() 377 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
|
| H A D | mdoc_term.c | 134 { termp_bl_pre, termp_bl_post }, /* Bl */ 579 * (and thus `Bl') and `Bd'. And then go ahead and print that space, in print_bvspace() 590 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace() 605 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace() 611 * items in .Bl -column in print_bvspace() 612 * items without a body in .Bl -diag in print_bvspace() 617 (bl->norm->Bl.type != LIST_column && in print_bvspace() 618 (bl->norm->Bl.type != LIST_diag || 630 size_t ncols; /* Number of columns in .Bl -column. */ in termp_it_pre() 645 type = bl->norm->Bl in termp_it_pre() [all...] |
| H A D | mdoc_state.c | 200 n->norm->Bl.type = LIST_diag; in state_bl() 203 n->norm->Bl.type = LIST_column; in state_bl()
|
| H A D | mdoc.h | 150 struct mdoc_bl Bl; member
|
| H A D | NEWS | 97 * mdoc(7) -T html: for .Bl -tag, use "column-count: 1" rather 130 * mdoc(7) .Bl -column: parse Macro in .It "word<tab>word" Ta word Macro<eol> 233 * Stop writing empty list elements for non-compact .Bl -tag lists. 313 * Avoid an assertion failure in certain .Bl -column lists. 394 * mdoc(7) -Thtml: Better CSS for .Bl lists. 497 * mdoc(7): Fix out of bounds read access for .Bl without a type 499 * mdoc(7): Fix out of bounds read access for .Bl -column starting 506 caused by partial implicit macros inside .Bl -column table cells. 508 for macro sequences like .Bl .Bl .It Bo .El .It. 510 caused by .Ta following a nested .Bl -column breaking another block. [all …]
|
| H A D | tag.c | 259 switch (np->parent->parent->norm->Bl.type) { in tag_move_id()
|
| H A D | mdoc_argv.c | 434 if (n->norm->Bl.type == LIST_column) in mdoc_args()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_oncore.c | 82 * Add back in @@Bl code to do the @@Bj/@@Gj that is in later ONCOREs 92 * and size of the Leap Update. It can be emulated in the VP using the @@Bl 185 struct Bl { struct 195 } Bl; variable 328 struct Bl Bl; /* Satellite Broadcast Data Message */ member 464 { "Bl", 41, oncore_msg_Bl, "", 0 }, 2530 if ((!instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 4 && page == 18 && valid == 10)) { in oncore_get_timestamp() 2531 instance->Bl in oncore_get_timestamp() 194 Bl_dayBl global() argument [all...] |
| H A D | ntp.keys.def | 96 .Bl -tag -width RMD160 -compact 127 .Bl -tag -width /etc/ntp.keys -compact
|
| H A D | ntp.conf.def | 64 .Bl -bullet -offset indent 141 .Bl -tag -width indent 201 .Bl -tag -width indent 292 .Bl -tag -width indent 392 .Bl -tag -width indent 857 .Bl -tag -width indent 903 .Bl -tag -width indent 1004 .Bl -tag -width indent 1074 .Bl -tag -width indent 1080 .Bl -tag -width indent [all …]
|
| /freebsd/tools/build/options/ |
| H A D | LIBC_MALLOC | 7 .Bl -tag -width indent
|
| H A D | makeman | 383 .Bl -tag -width indent 404 .Bl -tag -compact -width Pa
|
| H A D | INIT_ALL | 8 .Bl -tag -width indent
|
| H A D | WITH_META_MODE | 19 .Bl -bullet -compact
|
| /freebsd/contrib/libfido2/man/ |
| H A D | dyc.css | 9 dl.Bl-diag > dt { font-weight: bold; }
|
| H A D | style.css | 22 dl.Bl-diag > dt { font-weight: bold; }
|
| /freebsd/contrib/tcsh/nls/german/ |
| H A D | set19 | 17 15 Anzahl nicht benutzter Blöcke:: %d\n
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.def | 225 .Bl -tag -width "help [command]" -compact -offset indent 428 .Bl -tag -width "something" -compact -offset indent 440 .Bl -column -offset indent ".Sy Variable" "see the select field of the peer status word" 572 .Bl -tag -width "something" -compact -offset indent 621 .Bl -tag -width "something" -compact -offset indent 811 .Bl -tag -width "something" -compact -offset indent 870 .Bl -tag -width "something" -compact -offset indent 896 .Bl -tag -width "something" -compact -offset indent 975 .Bl -tag -width "something" -compact -offset indent 1001 .Bl -tag -width "something" -compact -offset indent
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | ntpsnmpd-opts.def | 90 .Bl -tag -width ".Li ntpEntSoftwareVersionVal" -compact -offset indent
|
| /freebsd/contrib/ntp/ntpdc/ |
| H A D | ntpdc-opts.def | 239 .Bl -tag -width indent 315 .Bl -tag -width indent 579 .Bl -tag -width indent 671 .Bl -tag -width indent
|