| /src/games/hack/ |
| Makefile | 6 PROG= hack 8 DPSRCS+=hack.onames.h hack.h 9 SRCS+= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \ 10 hack.do.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c [all...] |
| hack.sh | 2 # $NetBSD: hack.sh,v 1.3 2003/04/02 18:36:40 jsm Exp $ 39 # Copyright (c) 1982 Jay Fenlason <hack@gnu.org> 66 HACK=$HACKDIR/hack 72 exec $HACK $@ 75 exec $HACK $@ $MAXNROFPLAYERS
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| relocate.c | 38 hack (int arg) function
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| relocate.c | 38 hack (int arg) function
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| gdb11479.c | 28 void *hack (const struct dummy *t, const enum dummy_enum *e); 36 return hack (t, e); 45 return hack (t, e); 61 hack (const struct dummy *t, const enum dummy_enum *e) function
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| gdb11479.c | 28 void *hack (const struct dummy *t, const enum dummy_enum *e); 36 return hack (t, e); 45 return hack (t, e); 61 hack (const struct dummy *t, const enum dummy_enum *e) function
|
| /src/distrib/utils/libhack/ |
| Makefile | 7 LIB= hack
|
| /src/sys/modules/arch/powerpc/powerpc-booke/ |
| bsd.powerpc-booke.mk | 15 # hack into bsd.kmodule.mk
|
| /src/games/ |
| Makefile | 14 hack hals_end hangman hunt larn mille monop morse number \
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| driver.h | 21 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_nvif.c | 116 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) 118 return nvkm_ioctl(priv, super, data, size, hack);
|
| /src/sys/arch/vax/boot/common/ |
| srt0.S | 67 calls $0,_C_LABEL(niclose) # Evil hack to shutdown DEBNA.
|
| /src/sys/arch/sgimips/sgimips/ |
| arcemu.c | 467 char *hack; local 469 hack = strstr(nvram.bootfile, ",8)"); 470 if (hack != NULL) 471 hack[1] = '0';
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
| nouveau_nvif_object.c | 36 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) 53 data, size, hack);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| nouveau_nvkm_core_ioctl.c | 462 void *data, u32 size, void **hack) 485 if (hack) { 486 *hack = client->data;
|
| /src/usr.bin/make/unit-tests/ |
| cond-short.mk | 219 # ugly hack in TryParseNumber that treats an empty string as a valid numerical 222 # only due to the ugly hack 251 # ugly hack in TryParseNumber that treats an empty string as a valid numerical 254 # only due to the ugly hack
|
| varmod-ifelse.mk | 108 # This hack does not work for variables from .for loops since these are
|
| /src/external/bsd/cron/dist/ |
| INSTALL | 91 any comp.sources.unix archive. You will also need to hack the code some.
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc-opts.def | 811 utility is a crude hack. 816 to hack in, at great expense to the program's ease of use.
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntpd-opts.def | 243 but this was never more than a mediocre hack and is no longer needed.
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.c | 1422 /* This ugly hack is to support the floating pt opcodes in their 3724 /* DANGER! This is a hack to force cas2l and cas2w cmds to be 3758 the_ins.numo++; /* What a hack. */ 3859 then deal with the bitfield hack. */ 3907 c = *++str; /* JF bitfield hack. */ 4502 struct m68k_incant *hack, *slak; 4509 there. I think it'd be better to have an awk script hack the table 4538 hack = slak = XOBNEW (&robyn, struct m68k_incant); 4577 if (str_hash_insert (op_hash, ins->name, hack, 0) != NULL) 4681 hack = XOBNEW (&robyn, struct m68k_incant) 4501 struct m68k_incant *hack, *slak; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.c | 1422 /* This ugly hack is to support the floating pt opcodes in their 3724 /* DANGER! This is a hack to force cas2l and cas2w cmds to be 3758 the_ins.numo++; /* What a hack. */ 3859 then deal with the bitfield hack. */ 3907 c = *++str; /* JF bitfield hack. */ 4502 struct m68k_incant *hack, *slak; 4509 there. I think it'd be better to have an awk script hack the table 4538 hack = slak = XOBNEW (&robyn, struct m68k_incant); 4577 if (str_hash_insert (op_hash, ins->name, hack, 0) != NULL) 4681 hack = XOBNEW (&robyn, struct m68k_incant) 4501 struct m68k_incant *hack, *slak; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| genmloop.sh | 423 /* ??? Use of SCACHE is a bit of a hack as we don't actually use the scache.
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| genmloop.sh | 423 /* ??? Use of SCACHE is a bit of a hack as we don't actually use the scache.
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ChangeLog-3.x | 1150 Tue Jul 25 16:28:18 1989 Jay Fenlason (hack at apple-gunkies.ai.mit.edu) 1345 useful hack). 2902 misc_function hack. 3749 * symtab.c (output_source_filename): Included "more" emulation hack.
|