Home
last modified time | relevance | path

Searched refs:PL_FSIZ (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/nethack33/nethack-3.3.1/include/
H A Dglobal.h320 #define PL_FSIZ 32 /* fruit name */ macro
H A Dobjclass.h178 char fname[PL_FSIZ];
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dglobal.h320 #define PL_FSIZ 32 /* fruit name */ macro
H A Dobjclass.h178 char fname[PL_FSIZ];
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dglobal.h320 #define PL_FSIZ 32 /* fruit name */ macro
H A Dobjclass.h178 char fname[PL_FSIZ];
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dglobal.h331 #define PL_FSIZ 32 /* fruit name */ macro
H A Dobjclass.h177 char fname[PL_FSIZ];
/dports/games/nethack34/nethack-3.4.3/include/
H A Dglobal.h331 #define PL_FSIZ 32 /* fruit name */ macro
H A Dobjclass.h177 char fname[PL_FSIZ];
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dglobal.h365 #define PL_FSIZ 32 /* fruit name */ macro
H A Dobjclass.h177 char fname[PL_FSIZ];
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dglobal.h350 #define PL_FSIZ 32 /* fruit name */ macro
H A Dobjclass.h177 char fname[PL_FSIZ];
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dobjclass.h201 char fname[PL_FSIZ];
H A Dglobal.h341 #define PL_FSIZ 32 /* fruit name */ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dobjclass.h201 char fname[PL_FSIZ];
H A Dglobal.h341 #define PL_FSIZ 32 /* fruit name */ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dobjclass.h210 char fname[PL_FSIZ];
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dobjclass.h180 char fname[PL_FSIZ];
H A Dglobal.h407 #define PL_FSIZ 32 /* fruit name */ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dobjclass.h188 char fname[PL_FSIZ];
/dports/games/nethack33/nethack-3.3.1/src/
H A Doptions.c226 PL_FSIZ, SET_IN_GAME },
520 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions()
1169 nmcpy(pl_fruit, op, PL_FSIZ);
1172 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
2364 char buf[PL_FSIZ];
2411 nmcpy(pl_fruit+8, buf, PL_FSIZ-8);
2417 if(!strncmp(str, f->fname, PL_FSIZ))
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Doptions.c226 PL_FSIZ, SET_IN_GAME },
520 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions()
1169 nmcpy(pl_fruit, op, PL_FSIZ);
1172 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
2364 char buf[PL_FSIZ];
2411 nmcpy(pl_fruit+8, buf, PL_FSIZ-8);
2417 if(!strncmp(str, f->fname, PL_FSIZ))
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Doptions.c226 PL_FSIZ, SET_IN_GAME },
520 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions()
1169 nmcpy(pl_fruit, op, PL_FSIZ);
1172 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
2364 char buf[PL_FSIZ];
2411 nmcpy(pl_fruit+8, buf, PL_FSIZ-8);
2417 if(!strncmp(str, f->fname, PL_FSIZ))

123