HomeSort by: relevance | last modified time | path
    Searched defs:bln (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/mdocml/dist/
mdoc_man.c 1435 const struct roff_node *bln; local
1440 bln = n->parent->parent;
1441 if (bln->norm->Bl.comp == 0 ||
1443 roff_node_prev(bln->parent) == NULL))
1446 switch (bln->norm->Bl.type) {
1452 if (bln->norm->Bl.type == LIST_diag)
1461 print_width(&bln->norm->Bl, NULL);
1465 if (LIST_bullet == bln->norm->Bl.type)
1473 print_width(&bln->norm->Bl, NULL);
1476 print_count(&bln->norm->Bl.count)
1528 const struct roff_node *bln; local
    [all...]
mdoc_markdown.c 1204 struct roff_node *bln; local
1211 bln = n->parent->parent;
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++;
1241 printf("%d.\t", bln->norm->Bl.count);
1259 bln = n->parent->parent;
1260 switch (bln->norm->Bl.type)
1281 struct roff_node *bln; local
    [all...]
mdoc_man.c 1435 const struct roff_node *bln; local
1440 bln = n->parent->parent;
1441 if (bln->norm->Bl.comp == 0 ||
1443 roff_node_prev(bln->parent) == NULL))
1446 switch (bln->norm->Bl.type) {
1452 if (bln->norm->Bl.type == LIST_diag)
1461 print_width(&bln->norm->Bl, NULL);
1465 if (LIST_bullet == bln->norm->Bl.type)
1473 print_width(&bln->norm->Bl, NULL);
1476 print_count(&bln->norm->Bl.count)
1528 const struct roff_node *bln; local
    [all...]
mdoc_markdown.c 1204 struct roff_node *bln; local
1211 bln = n->parent->parent;
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++;
1241 printf("%d.\t", bln->norm->Bl.count);
1259 bln = n->parent->parent;
1260 switch (bln->norm->Bl.type)
1281 struct roff_node *bln; local
    [all...]
  /src/external/bsd/nsd/dist/
configparser.h 392 int bln; member in union:YYSTYPE
configparser.h 392 int bln; member in union:YYSTYPE

Completed in 38 milliseconds