Searched refs:Bl (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dmdoc.h147 struct mdoc_bl Bl; member in union:mdoc_data
H A Dmdoc.c195 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) ||
197 n->parent->norm->Bl.type == LIST_column)) {
393 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) ||
395 n->parent->norm->Bl.type == LIST_column)) {
H A Dmdoc_markdown.c117 { md_cond_body, md_pre_Bl, md_post_Bl, NULL, NULL }, /* Bl */
889 n->norm->Bl.count = 0;
890 if (n->norm->Bl.type == LIST_column)
899 n->norm->Bl.count = 0;
900 if (n->norm->Bl.type == LIST_column)
1171 if (bln->norm->Bl.comp == 0 &&
1172 bln->norm->Bl.type != LIST_column)
1176 switch (bln->norm->Bl.type) {
1198 if (bln->norm->Bl.count < 99)
1199 bln->norm->Bl
[all...]
H A Dmdoc_validate.c43 /* FIXME: .Bl -diag can't have non-text children in HEAD. */
129 post_bl, /* Bl */
565 n->norm->Bl.type = LIST__NONE;
615 if (n->norm->Bl.comp)
618 argv->pos, "Bl -compact");
619 n->norm->Bl.comp = 1;
626 argv->pos, "Bl -width");
627 n->norm->Bl.width = "0n";
630 if (NULL != n->norm->Bl.width)
633 argv->pos, "Bl
[all...]
H A Dmdoc_state.c50 state_bl, /* Bl */
217 n->norm->Bl.type = LIST_diag;
220 n->norm->Bl.type = LIST_column;
H A Dmdoc_term.c138 { termp_bl_pre, termp_bl_post }, /* Bl */
548 * (and thus `Bl') and `Bd'. And then go ahead and print that space,
564 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp)
581 nn->parent->parent->norm->Bl.type != LIST_item)
587 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type)
593 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type)
620 type = bl->norm->Bl.type;
652 if (bl->norm->Bl.offs != NULL) {
653 offset = a2width(p, bl->norm->Bl.offs);
674 ncols = bl->norm->Bl
[all...]
H A Dmdoc_html.c132 {mdoc_bl_pre, NULL}, /* Bl */
670 type = bl->norm->Bl.type;
736 bl->norm->Bl.width);
745 if (h->style != NULL && !bl->norm->Bl.comp &&
750 cattr, bl->norm->Bl.width);
758 bl->norm->Bl.width);
798 bl = &n->norm->Bl;
829 (void)strlcpy(cattr, "Bl-bullet", sizeof(cattr));
834 (void)strlcpy(cattr, "Bl-dash", sizeof(cattr));
838 (void)strlcpy(cattr, "Bl
[all...]
H A Dmdoc_argv.c158 { ARGSFL_NONE, args_Bl }, /* Bl */
429 * us to be sitting in a `Bl'. Someday this may not be the case
438 if (n->norm->Bl.type == LIST_column)
470 * Tabs in `It' lines in `Bl -column' can't be escaped.
H A Dmdoc_macro.c74 { blk_full, MDOC_EXPLICIT }, /* Bl */
1046 mdoc->last->parent->norm->Bl.type != LIST_diag;
1473 * Phrases occur within `Bl -column' entries, separated by `Ta' or tabs.
1494 if (n == NULL || n->norm->Bl.type != LIST_column) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c82 * 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 in typeref:struct:Bl
328 struct Bl Bl; /* Satellite Broadcast Data Message */ member in struct:instance
464 { "Bl", 41, oncore_msg_Bl, "", 0 },
2528 if ((!instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 4 && page == 18 && valid == 10)) {
2529 instance->Bl
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm90 This module implements the Bl/El macros for you. Using set_Bl_callback you can
91 provide a macro definition that should be executed on a .Bl call.
95 This module implements the Bl/El macros for you. Using set_El_callback you can
224 def_macro('.Bl', sub { die '.Bl - no list callback set' });
226 def_macro('.El', sub { die '.El requires .Bl first' });
242 def_macro('.Bl', sub {
246 my $orig_bl = get_macro('.Bl');
253 def_macro('.Bl', delete $orig_bl->{run}, %$orig_bl);
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm117 This module implements the Bl/El macros for you. Using set_Bl_callback you can
118 provide a macro definition that should be executed on a .Bl call.
122 This module implements the Bl/El macros for you. Using set_El_callback you can
251 def_macro('.Bl', sub { die '.Bl - no list callback set' });
253 def_macro('.El', sub { die '.El requires .Bl first' });
269 def_macro('.Bl', sub {
273 my $orig_bl = get_macro('.Bl');
280 def_macro('.Bl', delete $orig_bl->{run}, %$orig_bl);
/freebsd-11-stable/release/doc/share/misc/
H A Dman2hwnotes.pl260 } elsif (/^Bl/) {
/freebsd-11-stable/tools/build/options/
H A Dmakeman239 .Bl -tag -width indent
296 echo '.Bl -item -compact'
310 echo '.Bl -inset -compact'
336 .Bl -tag -compact -width Pa
/freebsd-11-stable/contrib/openpam/misc/
H A Dgendoc.pl252 $man .= ".Bl -bullet\n";
269 $man .= ".Bl -tag -width 18n\n";
505 .Bl -tag -width 18n
634 .Bl -tag -width 18n

Completed in 122 milliseconds