HomeSort by: relevance | last modified time | path
    Searched defs:INIT (Results 1 - 22 of 22) sorted by relevancy

  /src/games/warp/
EXTERN.h 17 #ifdef INIT
18 #undef INIT
20 #define INIT(x)
play.h 9 EXT int finish INIT(0);
INTERN.h 17 #ifdef INIT
18 #undef INIT
20 #define INIT(x) = x
weapon.h 9 EXT int tractor INIT(0);
util.h 26 EXT int len_last_line_got INIT(0);
score.h 22 EXT long lastscore INIT(0);
42 EXT char c INIT(' ');
us.h 34 EXT int dam INIT(0);
35 EXT int lastdam INIT(-1);
36 EXT int damage INIT(0);
37 EXT int olddamage INIT(-1);
term.h 71 EXT int BCsize INIT(1);
72 EXT int DOsize INIT(1000);
73 EXT int UPsize INIT(1000);
74 EXT int NDsize INIT(1000);
78 EXT int real_y INIT(-100);
79 EXT int real_x INIT(-100);
87 EXT char *bsptr INIT(filler+1);
91 EXT char gfillen INIT(25);
98 EXT char INTRCH INIT('\03');
102 EXT int nextin INIT(0)
    [all...]
warp.h 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)
    [all...]
  /src/usr.bin/msgc/
defs.h 46 #define INIT(x) = x
49 #define INIT(x)
63 EXTERN char *out_name INIT("msg_defs");
64 EXTERN char *sys_name INIT("msg_sys.def");
66 EXTERN int line_no INIT(1);
67 EXTERN int had_errors INIT(FALSE);
68 EXTERN int max_strlen INIT(1);
70 EXTERN id_rec *root INIT(NULL);
  /src/usr.bin/menuc/
defs.h 47 #define INIT(x) = x
50 #define INIT(x)
63 EXTERN char *out_name INIT("menu_defs");
64 EXTERN char *sys_name INIT("menu_sys.def");
66 EXTERN int do_dynamic INIT(0);
67 EXTERN int do_msgxlat INIT(0);
68 EXTERN int do_expands INIT(0);
69 EXTERN int line_no INIT(1);
70 EXTERN int had_errors INIT(FALSE);
71 EXTERN int max_strlen INIT(1)
    [all...]
  /src/lib/libcrypt/
md5crypt.c 31 #define INIT(x) MD5Init((x))
66 INIT(&ctx);
78 INIT(&ctx1);
112 INIT(&ctx1);
  /src/lib/libc/regex/
regexec.c 130 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
159 #undef INIT
184 #define INIT(o, n) ((o) = (n))
  /src/sbin/ifconfig/
carp.c 71 enum carpstateval { INIT = 0, BACKUP, MASTER };
74 {.k_word = "INIT", .k_type = KW_T_INT, .k_int = INIT,
  /src/sys/fs/puffs/
puffs_compat.c 215 #define INIT(name, extra) \
235 INIT(vfsmsg_fhtonode,
245 INIT(vnmsg_lookup, 0);
256 INIT(vnmsg_create, 0);
268 INIT(vnmsg_mknod, 0);
280 INIT(vnmsg_mkdir, 0);
292 INIT(vnmsg_symlink, 0);
306 INIT(vnmsg_setattr, 0);
316 INIT(vnmsg_getattr, 0);
337 #undef INIT
    [all...]
  /src/usr.bin/vacation/
vacation.c 165 case 'i': /* init the database */
489 #define INIT(a) { a, sizeof(a) - 1 }
490 INIT("-request"),
491 INIT("postmaster"),
492 INIT("uucp"),
493 INIT("mailer-daemon"),
494 INIT("mailer"),
495 INIT("-relay"),
  /src/sys/dev/ppbus/
ppbus_base.h 49 #define INIT inv(nINIT)
  /src/usr.bin/tip/
tip.h 129 #define INIT 0100 /* static data space used for initialization */
  /src/lib/libc/citrus/modules/
citrus_hz.c 104 #define INIT(escape) (TAILQ_FIRST(SET(escape)))
209 escape_t *candidate, *init; local in function:_citrus_HZ_mbrtowc_priv
272 init = INIT0(ei);
273 _DIAGASSERT(init != NULL);
274 if (psenc->inuse == init) {
275 init = INIT1(ei);
276 } else if (INIT(psenc->inuse) == init) {
277 if (ESC(init) != ch)
279 candidate = init;
336 escape_t *candidate, *init; local in function:_citrus_HZ_wcrtomb_priv
    [all...]
  /src/sbin/newfs_msdos/
mkfs_msdos.c 181 #define INIT(a, b, c, d, e, f, g, h, i, j) \
188 {"160", INIT(512, 1, 1, 2, 64, 320, 0xfe, 1, 8, 1)},
189 {"180", INIT(512, 1, 1, 2, 64, 360, 0xfc, 2, 9, 1)},
190 {"320", INIT(512, 2, 1, 2, 112, 640, 0xff, 1, 8, 2)},
191 {"360", INIT(512, 2, 1, 2, 112, 720, 0xfd, 2, 9, 2)},
192 {"640", INIT(512, 2, 1, 2, 112, 1280, 0xfb, 2, 8, 2)},
193 {"720", INIT(512, 2, 1, 2, 112, 1440, 0xf9, 3, 9, 2)},
194 {"1200", INIT(512, 1, 1, 2, 224, 2400, 0xf9, 7, 15, 2)},
195 {"1232", INIT(1024,1, 1, 2, 192, 1232, 0xfe, 2, 8, 2)},
196 {"1440", INIT(512, 1, 1, 2, 224, 2880, 0xf0, 9, 18, 2)}
    [all...]
  /src/usr.bin/xlint/lint1/
op.h 125 INIT, /* does not appear in the tree */
  /src/sys/netinet/
ip_carp.c 124 enum { INIT = 0, BACKUP, MASTER } sc_state;
776 case INIT:
926 carp_set_state(sc, INIT);
1517 case INIT:
1518 printf("%s: master_down event in INIT state\n",
1524 CARP_LOG(sc, ("INIT -> MASTER (preempting)"));
1548 carp_set_state(sc, INIT);
1562 case INIT:
1801 carp_set_state(sc, INIT);
1820 carp_set_state(sc, INIT);
    [all...]

Completed in 24 milliseconds