Home
last modified time | relevance | path

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

12

/src/contrib/mandoc/
H A Dmandoc.css101 .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-compact > li {
[all …]
H A Dmdoc_man.c1086 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.offs) { in post_bl()
1445 if (bln->norm->Bl.comp == 0 || in pre_it()
1450 switch (bln->norm->Bl.type) { in pre_it()
[all …]
H A Dmdoc_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 …]
H A Dmdoc_markdown.c935 n->norm->Bl.count = 0; in md_pre_Bl()
936 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
945 n->norm->Bl.count = 0; in md_post_Bl()
946 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
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.count++; in md_pre_It()
1250 printf("%d.\t", bln->norm->Bl.count); in md_pre_It()
[all …]
H A DTODO57 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 -column' phrases, TERMP_IGNDELIM handling by `Pf'
[all …]
H A Dmdoc.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()
H A Dmdoc_term.c590 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
605 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
617 (bl->norm->Bl.type != LIST_column && in print_bvspace()
618 (bl->norm->Bl.type != LIST_diag || in print_bvspace()
645 type = bl->norm->Bl.type; in termp_it_pre()
677 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
678 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
699 ncols = bl->norm->Bl.ncols; in termp_it_pre()
712 su.scale = term_strlen(p, bl->norm->Bl.cols[i]); in termp_it_pre()
730 su.scale = term_strlen(p, bl->norm->Bl.cols[i]); in termp_it_pre()
[all …]
H A Dmdoc_state.c200 n->norm->Bl.type = LIST_diag; in state_bl()
203 n->norm->Bl.type = LIST_column; in state_bl()
H A Dmdoc.h150 struct mdoc_bl Bl; member
H A DNEWS97 * 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 Dtag.c259 switch (np->parent->parent->norm->Bl.type) { in tag_move_id()
H A Dmdoc_argv.c434 if (n->norm->Bl.type == LIST_column) in mdoc_args()
/src/contrib/ntp/ntpd/
H A Drefclock_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 …]
H A Dntp.keys.def96 .Bl -tag -width RMD160 -compact
127 .Bl -tag -width /etc/ntp.keys -compact
H A Dntp.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 …]
/src/tools/build/options/
H A DLIBC_MALLOC7 .Bl -tag -width indent
H A Dmakeman383 .Bl -tag -width indent
404 .Bl -tag -compact -width Pa
H A DINIT_ALL8 .Bl -tag -width indent
H A DWITH_META_MODE19 .Bl -bullet -compact
/src/contrib/libfido2/man/
H A Ddyc.css9 dl.Bl-diag > dt { font-weight: bold; }
H A Dstyle.css22 dl.Bl-diag > dt { font-weight: bold; }
/src/contrib/tcsh/nls/german/
H A Dset1917 15 Anzahl nicht benutzter Blöcke:: %d\n
/src/contrib/ntp/ntpq/
H A Dntpq-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
/src/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.def90 .Bl -tag -width ".Li ntpEntSoftwareVersionVal" -compact -offset indent
/src/contrib/ntp/ntpdc/
H A Dntpdc-opts.def239 .Bl -tag -width indent
315 .Bl -tag -width indent
579 .Bl -tag -width indent
671 .Bl -tag -width indent

12