Searched refs:wizard (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/games/rogue/
H A Dplay.c248 if (wizard) {
255 if (wizard) {
262 if (wizard) {
269 if (wizard) {
279 if (wizard) {
286 if (wizard) {
H A Dhit.c82 if (wizard) {
113 if (wizard) {
135 if (wizard) {
146 if (wizard) {
H A Dzap.c63 boolean wizard = 0; variable
231 if (wizard) {
232 wizard = 0;
233 messagef(0, "not wizard anymore");
235 if (get_input_line("wizard's password:", "", buf, sizeof(buf),
240 wizard = 1;
242 messagef(0, "Welcome, mighty wizard!");
H A Dsave.c158 r_write(fp, &wizard, sizeof(wizard));
230 r_read(fp, &wizard, sizeof(wizard));
246 if ((!wizard) && !md_df(fname)) {
H A Dring.c267 if (wizard) {
H A Dinventory.c550 if (wizard || id_table == NULL) {
613 if (wizard || obj->identified) {
626 if ((wizard || obj->identified) &&
/netbsd-current/games/hack/
H A Ddef.flag.h69 #define wizard flags.debug macro
95 unsigned no_of_wizards:2;/* 0, 1 or 2 (wizard and his shadow) */
H A Dhack.main.c212 wizard = TRUE;
258 if (wizard)
259 (void) strcpy(plname, "wizard");
269 if (!wizard) {
495 * explicitly (-w implies wizard) or by askname.
H A Dhack.mkshop.c99 if (wizard) {
139 (wizard && getenv("SHOPTYPE") && sroom->doorct != 0) ||
170 if (wizard) {
H A Dhack.bones.c168 if (!wizard) /* duvel!frans: don't remove bones while
H A DMakefile19 hack.wizard.c hack.worm.c hack.worn.c hack.zap.c rnd.c
H A Dhack.end.c163 if (wizard && *st1 == 'd') {
201 if (!wizard)
295 if (!wizard)
H A Dhack.pager.c469 if (wizard)
H A Dhack.trap.c430 !wizard &&
H A Dhack.u_init.c324 if (wizard)
/netbsd-current/games/battlestar/
H A Dinit.c45 static int wizard(const char *);
75 wiz = wizard(username);
111 wizard(const char *uname) function
116 printf("You are the Great wizard %s.\n", uname);
130 printf("You are the Poor anti-wizard %s. Good Luck!\n",
/netbsd-current/games/adventure/
H A Dwizard.c1 /* $NetBSD: wizard.c,v 1.17 2021/05/02 12:50:43 rillig Exp $ */
40 static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
42 __RCSID("$NetBSD: wizard.c,v 1.17 2021/05/02 12:50:43 rillig Exp $");
55 static int wizard(void);
105 if (!wizard()) {
115 wizard(void) function
H A DMakefile5 SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
/netbsd-current/games/larn/
H A Ddiag.c214 lprc(wizard);
277 wizard = lgetc();
364 if (wizard)
399 if (wizard)
H A Dsignal.c62 wizard = 1;
H A Ddata.c150 u_char wizard = 0; /* the wizard mode flag */ variable
H A Dmain.c58 -l show the logfile (wizard id only)\n\
60 -c create new scoreboard (wizard id only)\n\
794 wizard = 1;
839 * wizard mode */
844 lprcat("Sorry, you are not empowered to be a wizard.\n");
853 wizard = 1;
934 if (wizard)
959 if (wizard) {
H A Ddisplay.c86 if ((level == 0) || (wizard))
126 if ((level == 0) || (wizard))
H A Dcreate.c100 if (wizard || x == 0)
301 know[j][i] = (wizard) ? 1 : 0;
H A Dheader.h359 extern u_char splev[], stealth[MAXX][MAXY], wizard;

Completed in 186 milliseconds

12