Home
last modified time | relevance | path

Searched refs:Bl (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/mandoc/
HDmandoc.css93 .Bl-bullet { list-style-type: disc;
95 .Bl-bullet > li { }
96 .Bl-dash { list-style-type: none;
98 .Bl-dash > li:before {
100 .Bl-item { list-style-type: none;
102 .Bl-item > li { }
103 .Bl-compact > li {
106 .Bl-enum { padding-left: 2em; }
107 .Bl-enum > li { }
108 .Bl-compact > li {
[all …]
HDmdoc_man.c1082 if (n->norm->Bl.offs) { in pre_bl()
1083 print_offs(n->norm->Bl.offs, 0); in pre_bl()
1087 switch (n->norm->Bl.type) { in pre_bl()
1089 n->norm->Bl.count = 0; in pre_bl()
1099 for (icol = 0; icol < n->norm->Bl.ncols; icol++) in pre_bl()
1111 switch (n->norm->Bl.type) { in post_bl()
1117 n->norm->Bl.count = 0; in post_bl()
1123 if (n->norm->Bl.offs) { in post_bl()
1441 if (bln->norm->Bl.comp == 0 || in pre_it()
1446 switch (bln->norm->Bl.type) { in pre_it()
[all …]
HDmdoc_validate.c352 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()
700 n->norm->Bl.comp = 1; in post_bl_norm()
707 n->norm->Bl.width = "0n"; in post_bl_norm()
710 if (NULL != n->norm->Bl.width) in post_bl_norm()
715 n->norm->Bl.width = argv->value[0]; in post_bl_norm()
723 if (NULL != n->norm->Bl.offs) in post_bl_norm()
728 n->norm->Bl.offs = argv->value[0]; in post_bl_norm()
739 if (LIST__NONE != n->norm->Bl.type) { in post_bl_norm()
[all …]
HDmdoc_markdown.c926 n->norm->Bl.count = 0; in md_pre_Bl()
927 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
936 n->norm->Bl.count = 0; in md_post_Bl()
937 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
1212 if (bln->norm->Bl.comp == 0 && in md_pre_It()
1213 bln->norm->Bl.type != LIST_column) in md_pre_It()
1217 switch (bln->norm->Bl.type) { in md_pre_It()
1239 if (bln->norm->Bl.count < 99) in md_pre_It()
1240 bln->norm->Bl.count++; in md_pre_It()
1241 printf("%d.\t", bln->norm->Bl.count); in md_pre_It()
[all …]
HDmdoc.c181 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext()
183 n->parent->norm->Bl.type == LIST_column)) { in mdoc_ptext()
376 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
378 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
HDTODO57 The reason likely is that tbl(7) does not support the -Bl -column
156 - .Bl -column .Xo support is missing
174 - implement blank `Bl -column', such as
175 .Bl -column
180 - explicitly disallow nested `Bl -column', which would clobber internal
184 - In .Bl -column .It, the end of the line probably has to be regarded
187 .Bl -column minpasswordlen program xetcxmotd
195 - inside `.Bl -column' phrases, punctuation is handled like normal
196 text, e.g. `.Bl -column .It Fl x . Ta ...' should give "-x -."
198 - inside `.Bl -column' phrases, TERMP_IGNDELIM handling by `Pf'
[all …]
HDmdoc_term.c588 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
603 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
615 (bl->norm->Bl.type != LIST_column && in print_bvspace()
616 (bl->norm->Bl.type != LIST_diag || in print_bvspace()
640 type = bl->norm->Bl.type; in termp_it_pre()
672 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
673 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
694 ncols = bl->norm->Bl.ncols; in termp_it_pre()
707 term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
725 SCALE_HS_INIT(&su, term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
[all …]
HDmdoc_state.c196 n->norm->Bl.type = LIST_diag; in state_bl()
199 n->norm->Bl.type = LIST_column; in state_bl()
HDmdoc.h150 struct mdoc_bl Bl; member
HDNEWS97 * 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 …]
HDtag.c213 switch (np->parent->parent->norm->Bl.type) { in tag_move_id()
HDmdoc_argv.c434 if (n->norm->Bl.type == LIST_column) in mdoc_args()
HDmdoc_macro.c1080 mdoc->last->parent->norm->Bl.type != LIST_diag; in blk_full()
1590 if (n == NULL || n->norm->Bl.type != LIST_column) { in phrase_ta()
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_oncore.c185 struct Bl { struct
195 } Bl; argument
328 struct Bl Bl; /* Satellite Broadcast Data Message */ member
2530 …if ((!instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 4 && page == 18 && valid == 10… in oncore_get_timestamp()
2531 instance->Bl.dt_ls = buf[32]; in oncore_get_timestamp()
2532 instance->Bl.WN_lsf = buf[33]; in oncore_get_timestamp()
2533 instance->Bl.DN_lsf = buf[34]; in oncore_get_timestamp()
2534 instance->Bl.dt_lsf = buf[35]; in oncore_get_timestamp()
2535 instance->Bl.lsf_flg++; in oncore_get_timestamp()
2537 if ((instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 1 && valid == 10)) { in oncore_get_timestamp()
[all …]
HDntp.keys.def96 .Bl -tag -width RMD160 -compact
127 .Bl -tag -width /etc/ntp.keys -compact
HDntp.conf.def64 .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-13-stable/contrib/libfido2/man/
HDdyc.css9 dl.Bl-diag > dt { font-weight: bold; }
HDstyle.css22 dl.Bl-diag > dt { font-weight: bold; }
/freebsd-13-stable/contrib/tcsh/nls/german/
HDset1917 15 Anzahl nicht benutzter Blöcke:: %d\n
/freebsd-13-stable/tools/build/options/
HDWITH_META_MODE19 .Bl -bullet -compact
HDmakeman326 .Bl -tag -compact -width Pa
/freebsd-13-stable/contrib/ntp/ntpq/
HDntpq-opts.def225 .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-13-stable/contrib/ntp/ntpsnmpd/
HDntpsnmpd-opts.def90 .Bl -tag -width ".Li ntpEntSoftwareVersionVal" -compact -offset indent
/freebsd-13-stable/contrib/ntp/ntpdc/
HDntpdc-opts.def239 .Bl -tag -width indent
315 .Bl -tag -width indent
579 .Bl -tag -width indent
671 .Bl -tag -width indent
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.cpp870 MachineInstrBuilder Bl = BuildMI(*MBB, MI, DL, TI.get(OpcodeLower)); in expandPseudoVFMK() local
871 addOperandsForVFMK(Bl, MI, /* Upper */ false); in expandPseudoVFMK()

12