HomeSort by: relevance | last modified time | path
    Searched refs:Other (Results 1 - 21 of 21) sorted by relevancy

  /src/games/phantasia/
interplayer.c 35 while (fread((char *) &Other, SZ_PLAYERSTRUCT, 1, Playersfp) == 1) {
36 if (Other.p_status != S_OFF
37 && Other.p_status != S_NOTUSED
38 && Other.p_status != S_HUNGUP
39 && (Other.p_status != S_CLOAKED || Other.p_specialtype != SC_VALAR))
44 if (Player.p_x == Other.p_x
45 && Player.p_y == Other.p_y
50 && (Other.p_status == S_PLAYING || Other.p_status == S_INBATTLE
    [all...]
phantglobs.c 42 struct player Other; /* stats for another player */
main.c 420 if (findname(Player.p_name, &Other) >= 0L)
681 while (fread((char *) &Other, SZ_PLAYERSTRUCT, 1, Playersfp) == 1)
682 if (Other.p_specialtype == SC_KING &&
683 Other.p_status != S_NOTUSED)
688 Other.p_name, Other.p_level);
698 while (fread((char *) &Other, SZ_PLAYERSTRUCT, 1, Playersfp) == 1)
699 if (Other.p_specialtype == SC_VALAR && Other.p_status != S_NOTUSED)
704 Other.p_name, Other.p_login)
    [all...]
gamesupport.c 64 /* use 'Other' structure */
65 playerp = &Other;
196 if (Wizard || findname(Databuf, &Other) < 0L)
484 while (fread((char *) &Other, SZ_PLAYERSTRUCT, 1, Playersfp) == 1)
485 if (Other.p_status != S_NOTUSED)
487 Other.p_name, Other.p_login, Other.p_level,
488 descrtype(&Other, FALSE), descrstatus(&Other));
    [all...]
phantglobs.h 34 extern struct player Other; /* stats for another player */
misc.c 549 while (fread((char *) &Other, SZ_PLAYERSTRUCT, 1, Playersfp) == 1) {
550 if (Other.p_status == S_NOTUSED)
558 initplayer(&Other);
560 writerecord(&Other, loc);
669 /* let other players know */
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCommand.h 40 explicit Command(const Command &Other)
41 : Args(Other.Args), CombinedOutAndErr(Other.CombinedOutAndErr),
42 OutputFile(Other.OutputFile) {}
44 Command &operator=(const Command &Other) {
45 Args = Other.Args;
46 CombinedOutAndErr = Other.CombinedOutAndErr;
47 OutputFile = Other.OutputFile;
86 auto IsMatch = [&](const std::string &Other) {
87 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0
    [all...]
FuzzerDefs.h 170 template<class Other>
171 struct rebind { typedef fuzzer_allocator<Other> other; }; typedef in struct:fuzzer::fuzzer_allocator::rebind
FuzzerMutate.cpp 79 const Unit &Other = (*Corpus)[Idx];
80 if (Other.empty())
85 Data, Size, Other.data(), Other.size(), U.data(), U.size(), Rand.Rand());
  /src/tests/usr.bin/xlint/lint1/
msg_247.c 8 // on this platform with its specific type sizes, but on other platforms.
23 struct Other {
28 example(struct Other *arg)
57 cast_to_char_pointer(struct Other *arg)
67 cast_to_unsigned_char_pointer(struct Other *arg)
79 cast_to_signed_char_pointer(struct Other *arg)
81 /* expect+1: warning: pointer cast from 'struct Other' to unrelated 'signed char' [247] */
86 cast_to_void_pointer_then_to_char_pointer(struct Other *arg)
  /src/sys/arch/arm/arm32/
kobj_machdep.c 14 * documentation and/or other materials provided with the distribution.
40 * documentation and/or other materials provided with the distribution.
221 Other, ArmStart, ThumbStart, DataStart
244 return Other;
246 return Other;
249 return Other;
259 return Other;
270 if (t != Other)
283 if (t == Other)
  /src/sys/arch/prep/include/
residual.h 266 Other = 0x8000,
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 37 Other required packages:
102 the other fields for this new custom tool.
  /src/usr.bin/make/unit-tests/
deptgt-posix.mk 6 # '%POSIX' is defined and <posix.mk> is included, if it exists. Other than
  /src/distrib/miniroot/
install.sub 17 # documentation and/or other materials provided with the distribution.
822 echo -n "Enter subdirectory: [try other install media] "
1307 Other zones are grouped by continent, with detailed zone information
  /src/common/dist/zlib/os400/
zlib.inc 34 * Other equates.
  /src/usr.sbin/sysinst/
msg.mi.fr 16 * documentation and/or other materials provided with the distribution.
238 message ptnsizes_markers {Other markers: $0 partition.}
1198 message other {autre }
1448 message other_fs_type {Other type}
1548 * $3 = other flag options d = bootselect default, a = active
1585 message size_ptn_not_mounted {(Other: $0)}
msg.mi.es 16 * documentation and/or other materials provided with the distribution.
234 message ptnsizes_markers {Other markers: $0 partition.}
1147 message other {otro }
1408 message other_fs_type {Other type}
1514 * $3 = other flag options d = bootselect default, a = active
1553 message size_ptn_not_mounted {(Other: $0)}
  /src/sys/fs/hfs/
libhfs.c 17 * documentation and/or other materials provided with the distribution.
1155 - check Other Things
2275 #pragma mark Other
  /src/share/mk/
bsd.own.mk 126 # Other ports don't have vector units GCC can target.
  /src/share/terminfo/
terminfo 57 # Other terminfo and termcap files exist, supported by various OS vendors
92 # you have ncurses `tic -I' is nicer (among other things, it automatically
108 # Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
116 # roughly by type frequency with ANSI/VT100 and other common types up front.
119 # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below). Much information
270 # COPYRIGHTS AND OTHER DELUSIONS
509 # Don't mess with these entries! Lots of other entries depend on them!
551 # I would appreciate the results on other terminals sent to me.
575 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
580 # to confuse many emulators. On the other hand, we can count on these program
    [all...]

Completed in 39 milliseconds