HomeSort by: relevance | last modified time | path
    Searched refs:Bl (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/bsd/mdocml/dist/
mandoc.css 93 .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...]
mdoc.h 150 struct mdoc_bl Bl;
mdoc_state.c 52 state_bl, /* Bl */
196 n->norm->Bl.type = LIST_diag;
199 n->norm->Bl.type = LIST_column;
mdoc.c 181 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) ||
183 n->parent->norm->Bl.type == LIST_column)) {
376 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) ||
378 n->parent->norm->Bl.type == LIST_column)) {
mdoc_markdown.c 123 { md_cond_body, md_pre_Bl, md_post_Bl, NULL, NULL }, /* Bl */
926 n->norm->Bl.count = 0;
927 if (n->norm->Bl.type == LIST_column)
936 n->norm->Bl.count = 0;
937 if (n->norm->Bl.type == LIST_column)
1212 if (bln->norm->Bl.comp == 0 &&
1213 bln->norm->Bl.type != LIST_column)
1217 switch (bln->norm->Bl.type) {
1239 if (bln->norm->Bl.count < 99)
1240 bln->norm->Bl.count++
    [all...]
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))
647 n->norm->Bl.type = LIST__NONE;
697 if (n->norm->Bl.comp)
699 argv->line, argv->pos, "Bl -compact");
700 n->norm->Bl.comp = 1;
706 argv->line, argv->pos, "Bl -width");
707 n->norm->Bl.width = "0n";
710 if (NULL != n->norm->Bl.width
    [all...]
mdoc_term.c 134 { termp_bl_pre, termp_bl_post }, /* Bl */
577 * (and thus `Bl') and `Bd'. And then go ahead and print that space,
581 print_bvspace(struct termp *p, struct roff_node *bl, struct roff_node *n)
587 if ((bl->tok == MDOC_Bd && bl->norm->Bd.comp) ||
588 (bl->tok == MDOC_Bl && bl->norm->Bl.comp))
603 nn->parent->parent->norm->Bl.type != LIST_item)
609 * items in .Bl -colum
627 const struct roff_node *bl, *nn; local
    [all...]
tag.c 260 switch (np->parent->parent->norm->Bl.type) {
  /src/usr.sbin/sysinst/arch/bebox/
msg.md.de 47 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/hpcarm/
msg.md.de 47 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/hpcmips/
msg.md.de 47 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/landisk/
msg.md.de 47 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/evbmips/
msg.md.de 47 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/evbppc/
msg.md.de 47 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/sandpoint/
msg.md.de 47 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/playstation2/
msg.md.de 51 {Installiere die Tabelle der defekten Bl�cke ...
  /src/usr.sbin/sysinst/arch/prep/
msg.md.de 46 {Installiere die Tabelle der defekten Bl�cke ...
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 84 * Add back in @@Bl code to do the @@Bj/@@Gj that is in later ONCOREs
94 * and size of the Leap Update. It can be emulated in the VP using the @@Bl
187 struct Bl {
197 } Bl;
330 struct Bl Bl; /* Satellite Broadcast Data Message */
466 { "Bl", 41, oncore_msg_Bl, "", 0 },
2533 if ((!instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 4 && page == 18 && valid == 10)) {
2534 instance->Bl.dt_ls = buf[32]
    [all...]
ntp.keys.def 96 .Bl -tag -width RMD160 -compact
127 .Bl -tag -width /etc/ntp.keys -compact
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.de 46 {Installiere die Tabelle der defekten Bl�cke ...
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.def 90 .Bl -tag -width ".Li ntpEntSoftwareVersionVal" -compact -offset indent
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
Mdoc.pm 90 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);
  /src/external/bsd/openpam/dist/misc/
gendoc.pl 250 $man .= ".Bl -bullet\n";
267 $man .= ".Bl -tag -width 18n\n";
506 .Bl -tag -width 18n
635 .Bl -tag -width 18n
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.de 119 Es gibt %d Disk Bl�cke in der gew�hlten Partition. Geben Sie ein, wieviel
120 Bl�cke davon in die Apple_Scratch Partition �bernommen werden sollen.
  /src/usr.sbin/sysinst/arch/i386/
msg.md.de 49 {Installiere die Tabelle der defekten Bl�cke ...

Completed in 66 milliseconds

1 2