Home
last modified time | relevance | path

Searched refs:true_rumor_start (Results 1 – 13 of 13) sorted by relevance

/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Drumors.c51 static unsigned long true_rumor_start, false_rumor_start; variable
71 &true_rumor_start, &false_count, &false_rumor_size,
75 true_rumor_end = (long) true_rumor_start + true_rumor_size;
127 beginning = (long) true_rumor_start;
217 (long) true_rumor_start, true_rumor_start, in rumor_check()
236 (void) dlb_fseek(rumors, (long) true_rumor_start, SEEK_SET); in rumor_check()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Drumors.c51 static unsigned long true_rumor_start, false_rumor_start; variable
71 &true_rumor_start, &false_count, &false_rumor_size,
75 true_rumor_end = (long) true_rumor_start + true_rumor_size;
127 beginning = (long) true_rumor_start;
217 (long) true_rumor_start, true_rumor_start, in rumor_check()
236 (void) dlb_fseek(rumors, (long) true_rumor_start, SEEK_SET); in rumor_check()
/dports/games/nethack33/nethack-3.3.1/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/nethack34/nethack-3.4.3/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Drumors.c34 static long true_rumor_start, true_rumor_size, true_rumor_end, variable
51 true_rumor_start = dlb_ftell(fp);
52 true_rumor_end = true_rumor_start + true_rumor_size;
103 case 1: beginning = true_rumor_start;
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Drumors.c61 &g.true_rumor_start, &false_count, &g.false_rumor_size, in init_rumors()
65 g.true_rumor_end = (long) g.true_rumor_start + g.true_rumor_size; in init_rumors()
119 beginning = (long) g.true_rumor_start; in getrumor()
210 (long) g.true_rumor_start, g.true_rumor_start, in rumor_check()
229 (void) dlb_fseek(rumors, (long) g.true_rumor_start, SEEK_SET); in rumor_check()
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddecl.h1113 unsigned long true_rumor_start; /* rumor start offsets are unsigned because member