Searched refs:bln (Results 1 – 5 of 5) sorted by relevance
103 static int parse_boolean(const char *str, int *bln);1650 { cfg_parser->opt->ip_transparent = (yyvsp[0].bln); } in yyparse()1656 { cfg_parser->opt->ip_freebind = (yyvsp[0].bln); } in yyparse()1674 { cfg_parser->opt->debug_mode = (yyvsp[0].bln); } in yyparse()1686 { cfg_parser->opt->hide_version = (yyvsp[0].bln); } in yyparse()1692 { cfg_parser->opt->hide_identity = (yyvsp[0].bln); } in yyparse()1698 { cfg_parser->opt->drop_updates = (yyvsp[0].bln); } in yyparse()1704 { if((yyvsp[0].bln)) { cfg_parser->opt->do_ip4 = 1; cfg_parser->opt->do_ip6 = 0; } } in yyparse()1710 { if((yyvsp[0].bln)) { cfg_parser->opt->do_ip4 = 0; cfg_parser->opt->do_ip6 = 1; } } in yyparse()1716 { cfg_parser->opt->do_ip4 = (yyvsp[0].bln); } in yyparse()[all …]
35 static int parse_boolean(const char *str, int *bln);50 int bln; member60 %type <bln> boolean1178 parse_boolean(const char *str, int *bln) in parse_boolean() argument1181 *bln = 1; in parse_boolean()1183 *bln = 0; in parse_boolean()
356 int bln; member
1185 struct roff_node *bln; in md_pre_It() local1192 bln = n->parent->parent; in md_pre_It()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()1240 bln = n->parent->parent; in md_pre_It()1241 switch (bln->norm->Bl.type) { in md_pre_It()[all …]
1416 const struct roff_node *bln; in pre_it() local1421 bln = n->parent->parent; in pre_it()1422 if (0 == bln->norm->Bl.comp || in pre_it()1424 NULL == bln->parent->prev)) in pre_it()1427 switch (bln->norm->Bl.type) { in pre_it()1433 if (bln->norm->Bl.type == LIST_diag) in pre_it()1442 print_width(&bln->norm->Bl, NULL); in pre_it()1446 if (LIST_bullet == bln->norm->Bl.type) in pre_it()1454 print_width(&bln->norm->Bl, NULL); in pre_it()1457 print_count(&bln->norm->Bl.count); in pre_it()[all …]