Home | History | Annotate | Download | only in warp

Lines Matching refs:INIT

311 EXT char *cwd INIT(NULL);		/* current working directory */
316 EXT int debug INIT(0); /* -D */
322 EXT bool verbose INIT(true); /* +t */
328 EXT FILE *tmpfp INIT(NULL); /* scratch fp */
336 EXT char nullstr[] INIT("");
337 EXT char readerr[] INIT("warp read error");
338 EXT char cantopen[] INIT("Can't open %s\r\n");
346 EXT bool justonemoretime INIT(true);
347 EXT bool keepgoing INIT(true);
349 EXT bool friendspec INIT(false);
350 EXT bool piratespec INIT(false);
351 EXT bool amoebaspec INIT(false);
352 EXT bool starspec INIT(false);
353 EXT bool klingspec INIT(false);
354 EXT bool apolspec INIT(false);
355 EXT bool crushspec INIT(false);
356 EXT bool romspec INIT(false);
357 EXT bool prespec INIT(false);
358 EXT bool tholspec INIT(false);
359 EXT bool gornspec INIT(false);
360 EXT bool beginner INIT(false);
361 EXT bool massacre INIT(false);
362 EXT bool lowspeed INIT(false);
363 EXT bool debugging INIT(false);
364 EXT bool didkill INIT(false);
365 EXT bool experimenting INIT(false);
366 EXT bool scorespec INIT(false);
367 EXT bool metakey INIT(false);
370 EXT int panic INIT(0);
397 EXT int ismarts INIT(0);
398 EXT int numos INIT(0);
399 EXT int numxes INIT(0);
408 EXT int prescene INIT(-1);