代码搜索:hack

找到约 2,135 项符合「hack」的源代码

代码结果 2,135
www.eeworm.com/read/131315/5946240

c hack.invent.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.invent.c - version 1.0.3 */ #include "hack.h" #include extern struct obj *splitobj(); extern struct obj zeroobj;
www.eeworm.com/read/131315/5946242

c hack.worn.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.worn.c - version 1.0.2 */ #include "hack.h" struct worn { long w_mask; struct obj **w_obj; } worn[] = { { W_ARM, &uarm
www.eeworm.com/read/131315/5946243

c hack.end.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.end.c - version 1.0.3 */ #include "hack.h" #include #include #define Sprintf (void) sprintf extern ch
www.eeworm.com/read/131315/5946244

c hack.tty.c

/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131315/5946245

c hack.read.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.read.c - version 1.0.3 */ #include "hack.h" extern struct monst *makemon(); extern struct obj *mkobj_at(); int identify()
www.eeworm.com/read/131315/5946246

c hack.dog.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.dog.c - version 1.0.3 */ #include "hack.h" #include "hack.mfndpos.h" extern struct monst *makemon(); #include "def.edog.h"
www.eeworm.com/read/131315/5946247

c hack.mklev.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mklev.c - version 1.0.3 */ #include "hack.h" extern char *getlogin(), *getenv(); extern struct monst *makemon(); extern s
www.eeworm.com/read/131315/5946249

c hack.termcap.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.termcap.c - version 1.0.3 */ #include #include "config.h" /* for ROWNO and COLNO */ #include "def.flag.h" /* for
www.eeworm.com/read/131315/5946250

c hack.zap.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.zap.c - version 1.0.3 */ #include "hack.h" extern struct obj *mkobj_at(); extern struct monst *makemon(), *mkmon_at(), yo
www.eeworm.com/read/131315/5946251

c hack.pager.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.pager.c - version 1.0.3 */ /* This file contains the command routine dowhatis() and a pager. */ /* Also readmail() and dos