Home
last modified time | relevance | path

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

/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dnat.c141 ef_blank(EF_NATION, cnum, &nat); in nat_reset()
142 ef_blank(EF_RELAT, cnum, &relat); in nat_reset()
149 ef_blank(EF_REALM, i + cnum * MAXNOR, &newrealm); in nat_reset()
H A Dxundump.c151 ef_blank(type, id, buf); in xundump_redundant()
236 ef_blank(cur_type, i, ef_ptr(cur_type, i)); in omit_ids()
H A Dfile.c780 ef_blank(int type, int id, void *buf) in ef_blank() function
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dnreport.c125 ef_blank(EF_NEWS, j + k, &news); in delete_old_news()
185 ef_blank(EF_NEWS, news_tail, &np->news); in ncache()
H A Dlostsub.c65 ef_blank(EF_LOST, n, &lost); in makelost()
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dbuil.c228 ef_blank(EF_SHIP, pick_unused_unit_uid(EF_SHIP), &ship); in build_ship()
277 ef_blank(EF_LAND, pick_unused_unit_uid(EF_LAND), &land); in build_land()
330 ef_blank(EF_NUKE, pick_unused_unit_uid(EF_NUKE), &nuke); in build_nuke()
365 ef_blank(EF_PLANE, pick_unused_unit_uid(EF_PLANE), &plane); in build_plane()
H A Dset.c131 ef_blank(EF_TRADE, id, &trade); in c_set()
H A Doffe.c129 ef_blank(EF_LOAN, nstr.cur, &loan); in do_loan()
H A Dsell.c146 ef_blank(EF_COMM, ii, &comm); in c_sell()
H A Dnew.c96 ef_blank(EF_REALM, i + natp->nat_cnum * MAXNOR, &newrealm); in c_newcap()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dfile.h228 extern void ef_blank(int, int, void *);