Home
last modified time | relevance | path

Searched refs:ef_byname_from (Results 1 – 8 of 8) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dsate.c77 type = ef_byname_from(player->argp[2], sct_shp_or_lnd); in c_satellite()
H A Dset.c78 if ((type = ef_byname_from(p, ef_saleable)) < 0) { in c_set()
H A Dstop.c79 type = ef_byname_from(p, sct_or_unit); in start_stop()
H A Dmiss.c66 type = ef_byname_from(p, ef_with_missions); in c_mission()
H A Dcons.c105 ltcp->type = ef_byname_from(p, lon_or_trt); in cons_choose()
H A Dmfir.c107 type = ef_byname_from(p, ef_with_guns); in c_fire()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dfile.h239 extern int ef_byname_from(char *, int *);
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dfile.c924 ef_byname_from(char *name, int choices[]) in ef_byname_from() function