Home
last modified time | relevance | path

Searched refs:def_tables (Results 1 – 11 of 11) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dmodule.h61 short def_tables; /*!< define tables. */ member
H A Dwrite.c287 if (module->def_all || module->def_tables) in write_game_module()
/dports/editors/ssed/sed-3.62/pcre/
H A Dregposix.c1358 static const unsigned char *def_tables; local
1403 if (!def_tables)
1404 def_tables = pcre_maketables ();
1405 tables = def_tables;
H A Dregperl.c1523 static const unsigned char *def_tables; local
1552 if (!def_tables)
1553 def_tables = pcre_maketables ();
1554 tables = def_tables;
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-show.c342 if (config->def_tables[i]) in rt_show_get_default_tables()
343 rt_show_add_table(d, config->def_tables[i]->table); in rt_show_get_default_tables()
H A Drt-table.c2277 (s->table == new_config->def_tables[addr_type]) && in rt_new_table()
2294 if (! new_config->def_tables[addr_type]) in rt_new_table()
2295 new_config->def_tables[addr_type] = c; in rt_new_table()
H A Dproto.c766 tab = new_config->def_tables[net_type]; in channel_config_new()
/dports/net/bird2/bird-2.0.8/conf/
H A Dconf.h31 struct rtable_config *def_tables[NET_MAX]; /* Default routing tables for each network */ member
/dports/net/bird2/bird-2.0.8/proto/static/
H A Dstatic.c444 cc->table : cf->c.global->def_tables[NET_IP4]; in static_postconfig()
448 cc->table : cf->c.global->def_tables[NET_IP6]; in static_postconfig()
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dbgp.c1874 if (tab = cf->c.global->def_tables[type]) in bgp_default_igp_table()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmain.c3687 module->def_tables = TRUE; in tk_designer_save()