Home
last modified time | relevance | path

Searched refs:ef_nameof (Results 1 – 18 of 18) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dxdump.c115 xdhdr(xd, ef_nameof(type), 1); in xdmeta()
152 xdhdr(xd, ef_nameof(type), 0); in xditem()
196 pr("Access to table %s denied\n", ef_nameof(type)); in c_xdump()
H A Drada.c66 sprintf(prompt, "Radar from (%s # or sector(s)) : ", ef_nameof(type)); in radar()
122 pr("Must use a %s or sector specifier\n", ef_nameof(type)); in radar()
H A Dmiss.c138 pr("A %s cannot do that mission!\n", ef_nameof(type)); in c_mission()
282 pr("No %s%s\n", ef_nameof(type), splur(num)); in c_mission()
285 pr("%d %s%s\n", num, ef_nameof(type), splur(num)); in c_mission()
H A Dstop.c179 pr("%s: No %s(s)\n", arg ? arg : "", ef_nameof(type)); in start_stop_unit()
182 pr("%d %s%s\n", nunit, ef_nameof(type), splur(nunit)); in start_stop_unit()
H A Dmap.c78 sprintf(prompt_buf, "(sects, %s)? ", ef_nameof(unit_type)); in c_map()
H A Dscut.c81 n, ef_nameof(type), splur(n)); in c_scuttle()
H A Dvers.c261 sep = prwrap(sep, ef_nameof(i), &col); in show_custom()
H A Dscra.c86 n, ef_nameof(type), splur(n)); in c_scrap()
H A Dedit.c751 pr("Can't copy to %s #%d\n", ef_nameof(unit->ef_type), arg); in edit_unit()
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Def_verify.c56 ef_nameof(type), row); in verify_fail()
104 i, ef_nameof(tabno)); in verify_tabref()
114 val, ef_nameof(tabno)); in verify_tabref()
122 val, ef_nameof(tabno), ef_nelem(tabno)); in verify_tabref()
129 val, ef_nameof(tabno)); in verify_tabref()
H A Dfile.c952 ef_nameof(int type) in ef_nameof() function
H A Dxundump.c1156 ef_nameof(expected_table), name); in xuheader()
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dactofgod.c175 unit_nameof(unit), act, ef_nameof(type), uid); in divine_load_unload()
179 unit_nameof(unit), act, ef_nameof(type), uid, in divine_load_unload()
H A Dsnxtitem.c69 sprintf(promptbuf, "%s(s)? ", ef_nameof(type)); in snxtitem()
H A Dmaps.c114 pr("No such %s\n", ef_nameof(unit_type)); in parse_map_arg()
H A Dunitsub.c551 ef_nameof(unit->ef_type), unit->uid, in unit_drop_cargo()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dfile.h221 extern char *ef_nameof(int);
/dports/games/wolfpack/empire-4.4.1/src/util/
H A Dempdump.c232 xdhdr(&xd, ef_nameof(type), 0); in dump_table()