Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dmandoc.css88 .Bl-bullet { list-style-type: disc;
90 .Bl-bullet > li { }
91 .Bl-dash { list-style-type: none;
93 .Bl-dash > li:before {
95 .Bl-item { list-style-type: none;
97 .Bl-item > li { }
98 .Bl-compact > li {
101 .Bl-enum { padding-left: 2em; }
102 .Bl-enum > li { }
103 .Bl-compact > li {
[all …]
Dmdoc_validate.c341 np->parent->parent->norm->Bl.type != LIST_diag)) in mdoc_validate()
636 n->norm->Bl.type = LIST__NONE; in post_bl_norm()
686 if (n->norm->Bl.comp) in post_bl_norm()
689 n->norm->Bl.comp = 1; in post_bl_norm()
696 n->norm->Bl.width = "0n"; in post_bl_norm()
699 if (NULL != n->norm->Bl.width) in post_bl_norm()
704 n->norm->Bl.width = argv->value[0]; in post_bl_norm()
712 if (NULL != n->norm->Bl.offs) in post_bl_norm()
717 n->norm->Bl.offs = argv->value[0]; in post_bl_norm()
728 if (LIST__NONE != n->norm->Bl.type) { in post_bl_norm()
[all …]
Dmdoc_man.c1059 if (n->norm->Bl.offs) { in pre_bl()
1060 print_offs(n->norm->Bl.offs, 0); in pre_bl()
1064 switch (n->norm->Bl.type) { in pre_bl()
1066 n->norm->Bl.count = 0; in pre_bl()
1076 for (icol = 0; icol < n->norm->Bl.ncols; icol++) in pre_bl()
1088 switch (n->norm->Bl.type) { in post_bl()
1094 n->norm->Bl.count = 0; in post_bl()
1100 if (n->norm->Bl.offs) { in post_bl()
1422 if (0 == bln->norm->Bl.comp || in pre_it()
1427 switch (bln->norm->Bl.type) { in pre_it()
[all …]
Dmdoc_markdown.c911 n->norm->Bl.count = 0; in md_pre_Bl()
912 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
921 n->norm->Bl.count = 0; in md_post_Bl()
922 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
1193 if (bln->norm->Bl.comp == 0 && in md_pre_It()
1194 bln->norm->Bl.type != LIST_column) in md_pre_It()
1198 switch (bln->norm->Bl.type) { in md_pre_It()
1220 if (bln->norm->Bl.count < 99) in md_pre_It()
1221 bln->norm->Bl.count++; in md_pre_It()
1222 printf("%d.\t", bln->norm->Bl.count); in md_pre_It()
[all …]
DTODO67 - .Bl -column .Xo support is missing
85 - implement blank `Bl -column', such as
86 .Bl -column
91 - explicitly disallow nested `Bl -column', which would clobber internal
95 - In .Bl -column .It, the end of the line probably has to be regarded
98 .Bl -column minpasswordlen program xetcxmotd
106 - inside `.Bl -column' phrases, punctuation is handled like normal
107 text, e.g. `.Bl -column .It Fl x . Ta ...' should give "-x -."
109 - inside `.Bl -column' phrases, TERMP_IGNDELIM handling by `Pf'
110 is not safe, e.g. `.Bl -column .It Pf a b .' gives "ab."
[all …]
Dmdoc.c179 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext()
181 n->parent->norm->Bl.type == LIST_column)) { in mdoc_ptext()
373 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
375 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
Dmdoc_term.c590 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace()
609 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
615 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
621 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace()
648 type = bl->norm->Bl.type; in termp_it_pre()
680 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
681 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
702 ncols = bl->norm->Bl.ncols; in termp_it_pre()
715 term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
733 SCALE_HS_INIT(&su, term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
[all …]
Dmdoc_state.c193 n->norm->Bl.type = LIST_diag; in state_bl()
196 n->norm->Bl.type = LIST_column; in state_bl()
DNEWS34 * Stop writing empty list elements for non-compact .Bl -tag lists.
114 * Avoid an assertion failure in certain .Bl -column lists.
195 * mdoc(7) -Thtml: Better CSS for .Bl lists.
298 * mdoc(7): Fix out of bounds read access for .Bl without a type
300 * mdoc(7): Fix out of bounds read access for .Bl -column starting
307 caused by partial implicit macros inside .Bl -column table cells.
309 for macro sequences like .Bl .Bl .It Bo .El .It.
311 caused by .Ta following a nested .Bl -column breaking another block.
314 * mdoc(7) -Thtml: Fix a NULL dereference for .Bl -column with 0 columns.
323 * mdoc(7): Fix an assertion failure that happened for some .Bl -column
[all …]
Dmdoc.h150 struct mdoc_bl Bl; member
Dmdoc_argv.c434 if (n->norm->Bl.type == LIST_column) in mdoc_args()
Dmdoc_macro.c1079 mdoc->last->parent->norm->Bl.type != LIST_diag; in blk_full()
1589 if (n == NULL || n->norm->Bl.type != LIST_column) { in phrase_ta()
Dmdoc_html.c756 type = bl->norm->Bl.type; in mdoc_it_pre()
841 bl = &n->norm->Bl; in mdoc_bl_pre()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_oncore.c187 struct Bl { struct
197 } Bl; variable
330 struct Bl Bl; /* Satellite Broadcast Data Message */ member
2533 …if ((!instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 4 && page == 18 && valid == 10… in oncore_get_timestamp()
2534 instance->Bl.dt_ls = buf[32]; in oncore_get_timestamp()
2535 instance->Bl.WN_lsf = buf[33]; in oncore_get_timestamp()
2536 instance->Bl.DN_lsf = buf[34]; in oncore_get_timestamp()
2537 instance->Bl.dt_lsf = buf[35]; in oncore_get_timestamp()
2538 instance->Bl.lsf_flg++; in oncore_get_timestamp()
2540 if ((instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 1 && valid == 10)) { in oncore_get_timestamp()
[all …]
Dntp.keys.def96 .Bl -tag -width RMD160 -compact
127 .Bl -tag -width /etc/ntp.keys -compact
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 …]
Dntpd-opts.def520 .Bl -tag -width /etc/ntp.drift -compact
/netbsd/src/external/bsd/ntp/dist/ntpq/
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
/netbsd/src/external/bsd/ntp/dist/ntpsnmpd/
Dntpsnmpd-opts.def90 .Bl -tag -width ".Li ntpEntSoftwareVersionVal" -compact -offset indent
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc-opts.def239 .Bl -tag -width indent
315 .Bl -tag -width indent
579 .Bl -tag -width indent
671 .Bl -tag -width indent
/netbsd/src/external/public-domain/xz/dist/po/
Dde.po347 msgstr " Str. Blöcke Kompr. Unkompr. Verh. Check Dateiname"
357 msgstr " Blöcke: %s\n"
393 " Strom Blöcke KompOffset UnkompOffset KompGröße UnkompGröße Verh. Check…
403 " Blöcke:\n"
/netbsd/src/external/bsd/ntp/dist/sntp/
Dsntp-opts.def294 .Bl -tag -width indent
/netbsd/src/external/bsd/ntp/dist/util/
Dntp-keygen-opts.def884 .Bl -tag -width indent
/netbsd/src/games/fortune/datfiles/
Dfortunes2-o.real13088 Ms. Kat****** Bl****an is the mistress of a well-known
/netbsd/src/external/bsd/ntp/dist/
DCommitLog182912 BUGS[no bug report] This patch puts back in some code to interpret @@Bl messages
182964 BUGS[no bug report] This patch puts back in some code to interpret @@Bl messages