Home
last modified time | relevance | path

Searched refs:PL_FSIZ (Results 26 – 50 of 60) sorted by relevance

123

/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dglobal.h413 #define PL_FSIZ 32 /* fruit name */ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dglobal.h389 #define PL_FSIZ 32 /* fruit name */ macro
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Ddecl.c58 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
/dports/games/nethack33/nethack-3.3.1/src/
H A Ddecl.c58 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Ddecl.c58 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddecl.c63 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
H A Doptions.c243 PL_FSIZ, SET_IN_GAME },
578 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions()
1353 nmcpy(pl_fruit, op, PL_FSIZ);
1356 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
3384 char buf[PL_FSIZ];
3431 nmcpy(pl_fruit+8, buf, PL_FSIZ-8);
3437 if(!strncmp(str, f->fname, PL_FSIZ))
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddecl.c63 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
H A Doptions.c243 PL_FSIZ, SET_IN_GAME },
578 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions()
1353 nmcpy(pl_fruit, op, PL_FSIZ);
1356 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
3384 char buf[PL_FSIZ];
3431 nmcpy(pl_fruit+8, buf, PL_FSIZ-8);
3437 if(!strncmp(str, f->fname, PL_FSIZ))
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddecl.c63 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
H A Doptions.c251 PL_FSIZ, SET_IN_GAME },
586 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions()
1374 nmcpy(pl_fruit, op, PL_FSIZ);
1377 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
3409 char buf[PL_FSIZ];
3456 nmcpy(pl_fruit+8, buf, PL_FSIZ-8);
3462 if(!strncmp(str, f->fname, PL_FSIZ))
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddecl.c67 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddecl.c70 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddecl.c57 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
H A Doptions.c310 { "fruit", "the name of a fruit you enjoy eating", PL_FSIZ, SET_IN_GAME },
837 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions_init()
2656 nmcpy(pl_fruit, op, PL_FSIZ);
2661 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
6345 char buf[PL_FSIZ], altname[PL_FSIZ];
6362 nmcpy(pl_fruit, makesingular(str), PL_FSIZ);
6409 nmcpy(pl_fruit + 8, buf, PL_FSIZ - 8);
6424 copynchars(f->fname, pl_fruit, PL_FSIZ - 1);
6429 copynchars(altname, str, PL_FSIZ - 1);
6447 copynchars(f->fname, *altname ? altname : str, PL_FSIZ - 1);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddecl.c57 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
H A Doptions.c310 { "fruit", "the name of a fruit you enjoy eating", PL_FSIZ, SET_IN_GAME },
837 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions_init()
2656 nmcpy(pl_fruit, op, PL_FSIZ);
2661 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
6345 char buf[PL_FSIZ], altname[PL_FSIZ];
6362 nmcpy(pl_fruit, makesingular(str), PL_FSIZ);
6409 nmcpy(pl_fruit + 8, buf, PL_FSIZ - 8);
6424 copynchars(f->fname, pl_fruit, PL_FSIZ - 1);
6429 copynchars(altname, str, PL_FSIZ - 1);
6447 copynchars(f->fname, *altname ? altname : str, PL_FSIZ - 1);
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddecl.c64 NEARDATA char pl_fruit[PL_FSIZ] = DUMMY;
H A Doptions.c327 PL_FSIZ, SET_IN_GAME },
688 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ); in initoptions()
1680 nmcpy(pl_fruit, op, PL_FSIZ);
1683 nmcpy(pl_fruit, "slime mold", PL_FSIZ);
3961 char buf[PL_FSIZ];
4008 nmcpy(pl_fruit+8, buf, PL_FSIZ-8);
4014 if(!strncmp(str, f->fname, PL_FSIZ))
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Ddecl.h133 E NEARDATA char pl_fruit[PL_FSIZ];
/dports/games/nethack33/nethack-3.3.1/include/
H A Ddecl.h133 E NEARDATA char pl_fruit[PL_FSIZ];
/dports/games/nethack34/nethack-3.4.3/include/
H A Ddecl.h135 E NEARDATA char pl_fruit[PL_FSIZ];
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Ddecl.h135 E NEARDATA char pl_fruit[PL_FSIZ];
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Ddecl.h135 E NEARDATA char pl_fruit[PL_FSIZ];
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Ddecl.h133 E NEARDATA char pl_fruit[PL_FSIZ];

123