代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/131315/5946184
c hack.rumors.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.rumors.c - version 1.0.3 */
#include
#include "hack.h" /* for RUMORFILE and BSD (index) */
#define CHARSZ 8 /
www.eeworm.com/read/131315/5946185
c hack.track.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.track.c - version 1.0.2 */
#include "hack.h"
#define UTSZ 50
coord utrack[UTSZ];
int utcnt = 0;
int utpnt = 0;
initrack
www.eeworm.com/read/131315/5946186
c hack.mkshop.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mkshop.c - version 1.0.3 */
#ifndef QUEST
#include "hack.h"
#include "def.mkroom.h"
#include "def.eshk.h"
#include
www.eeworm.com/read/131315/5946188
c hack.decl.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.Decl.c - version 1.0.3 */
#include "hack.h"
char nul[40]; /* contains zeros */
char plname[PL_NSIZ]; /* player name */
www.eeworm.com/read/131315/5946189
c hack.unix.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.unix.c - version 1.0.3 */
/* This file collects some Unix dependencies; hack.pager.c contains some more */
/*
* The time
www.eeworm.com/read/131315/5946192
c hack.apply.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.apply.c - version 1.0.3 */
#include "hack.h"
#include "def.edog.h"
#include "def.mkroom.h"
static struct monst *bchit();
e
www.eeworm.com/read/131315/5946196
c hack.mon.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mon.c - version 1.0.3 */
#include "hack.h"
#include "hack.mfndpos.h"
#ifndef NULL
#define NULL (char *) 0
#endif
extern
www.eeworm.com/read/131315/5946198
c hack.wield.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.wield.c - version 1.0.3 */
#include "hack.h"
extern struct obj zeroobj;
setuwep(obj) register struct obj *obj; {
setworn
www.eeworm.com/read/131315/5946200
c hack.shknam.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.shknam.c - version 1.0.2 */
#include "hack.h"
char *shkliquors[] = {
/* Ukraine */
"Njezjin", "Tsjernigof", "Gomel", "O
www.eeworm.com/read/131315/5946201
c hack.monst.c
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.monst.c - version 1.0.2 */
#include "hack.h"
#include "def.eshk.h"
extern char plname[PL_NSIZ];
struct permonst mons[CMNU