Searched defs:INIT (Results 1 - 22 of 22) sorted by relevance

/src/games/warp/
H A DEXTERN.h20 #define INIT(x) macro
H A Dplay.h9 EXT int finish INIT(0); variable in typeref:typename:EXT int finish
H A DINTERN.h20 #define INIT(x) = x macro
H A Dweapon.h9 EXT int tractor INIT(0); variable in typeref:typename:EXT int tractor
H A Dutil.h26 EXT int len_last_line_got INIT(0); variable in typeref:typename:EXT int len_last_line_got
H A Dscore.h22 EXT long lastscore INIT(0); variable in typeref:typename:EXT long lastscore
42 EXT char c INIT(' '); variable in typeref:typename:EXT char c
H A Dus.h34 EXT int dam INIT(0); variable in typeref:typename:EXT int dam
35 EXT int lastdam INIT(-1); variable in typeref:typename:EXT int lastdam
36 EXT int damage INIT(0); variable in typeref:typename:EXT int damage
37 EXT int olddamage INIT(-1); variable in typeref:typename:EXT int olddamage
H A Dterm.h71 EXT int BCsize INIT(1); variable in typeref:typename:EXT int BCsize
72 EXT int DOsize INIT(1000); variable in typeref:typename:EXT int DOsize
73 EXT int UPsize INIT(1000); variable in typeref:typename:EXT int UPsize
74 EXT int NDsize INIT(1000); variable in typeref:typename:EXT int NDsize
78 EXT int real_y INIT(-100); variable in typeref:typename:EXT int real_y
79 EXT int real_x INIT(-100); variable in typeref:typename:EXT int real_x
87 EXT char *bsptr INIT(filler+1); variable in typeref:typename:EXT char * bsptr
91 EXT char gfillen INIT(25); variable in typeref:typename:EXT char gfillen
98 EXT char INTRCH INIT('\03'); variable in typeref:typename:EXT char INTRCH
102 EXT int nextin INIT( variable in typeref:typename:EXT int nextin
103 EXT int nextout INIT(0); variable in typeref:typename:EXT int nextout
106 EXT long iocount INIT(0); variable in typeref:typename:EXT long iocount
151 EXT long iocount INIT(0); variable in typeref:typename:EXT long iocount
166 EXT char pending_ch INIT(0); variable in typeref:typename:EXT char pending_ch
198 EXT int _tty_ch INIT(2); variable in typeref:typename:EXT int _tty_ch
273 EXT int SG INIT(0); /* blanks left by SO and SE */ variable in typeref:typename:EXT int SG
277 EXT int UG INIT(0); /* blanks left by US and UE */ variable in typeref:typename:EXT int UG
284 EXT int LINES INIT(0), COLS INIT(0); /* size of screen */ variable in typeref:typename:EXT int LINES COLS
285 EXT int just_a_sec INIT(960); /* 1 sec at current baud rate */ variable in typeref:typename:EXT int just_a_sec
[all...]
H A Dwarp.h316 EXT int debug INIT(0); /* -D */ variable in typeref:typename:EXT int debug
370 EXT int panic INIT(0); variable in typeref:typename:EXT int panic
397 EXT int ismarts INIT(0); variable in typeref:typename:EXT int ismarts
398 EXT int numos INIT(0); variable in typeref:typename:EXT int numos
399 EXT int numxes INIT(0); variable in typeref:typename:EXT int numxes
408 EXT int prescene INIT(-1); variable in typeref:typename:EXT int prescene
[all...]
/src/usr.bin/msgc/
H A Ddefs.h46 #define INIT(x) = x macro
49 #define INIT(x) macro
63 EXTERN char *out_name INIT("msg_defs"); variable in typeref:typename:EXTERN char * out_name
64 EXTERN char *sys_name INIT("msg_sys.def"); variable in typeref:typename:EXTERN char * sys_name
66 EXTERN int line_no INIT(1); variable in typeref:typename:EXTERN int line_no
68 EXTERN int max_strlen INIT(1); variable in typeref:typename:EXTERN int max_strlen
/src/usr.bin/menuc/
H A Ddefs.h47 #define INIT(x) = x macro
50 #define INIT(x) macro
63 EXTERN char *out_name INIT("menu_defs"); variable in typeref:typename:EXTERN char * out_name
64 EXTERN char *sys_name INIT("menu_sys.def"); variable in typeref:typename:EXTERN char * sys_name
66 EXTERN int do_dynamic INIT(0); variable in typeref:typename:EXTERN int do_dynamic
67 EXTERN int do_msgxlat INIT(0); variable in typeref:typename:EXTERN int do_msgxlat
68 EXTERN int do_expands INIT(0); variable in typeref:typename:EXTERN int do_expands
69 EXTERN int line_no INIT(1); variable in typeref:typename:EXTERN int line_no
71 EXTERN int max_strlen INIT( variable in typeref:typename:EXTERN int max_strlen
78 EXTERN action error_act INIT({NULL}); variable in typeref:typename:EXTERN action error_act
[all...]
/src/lib/libcrypt/
H A Dmd5crypt.c31 #define INIT(x) MD5Init((x)) macro
/src/lib/libc/regex/
H A Dregexec.c130 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
184 #define INIT(o, n) ((o) = (n)) macro
/src/sbin/ifconfig/
H A Dcarp.c71 enum carpstateval { INIT = 0, BACKUP, MASTER }; enumerator in enum:carpstateval
/src/sys/fs/puffs/
H A Dpuffs_compat.c215 #define INIT(name, extra) \ macro
340 #define INIT macro
[all...]
/src/usr.bin/vacation/
H A Dvacation.c489 #define INIT(a) { a, sizeof(a) - 1 } macro
/src/sys/dev/ppbus/
H A Dppbus_base.h49 #define INIT inv(nINIT) macro
/src/usr.bin/tip/
H A Dtip.h129 #define INIT 0100 /* static data space used for initialization */ macro
/src/lib/libc/citrus/modules/
H A Dcitrus_hz.c104 #define INIT(escape) (TAILQ_FIRST(SET(escape))) macro
/src/usr.bin/xlint/lint1/
H A Dop.h125 INIT, /* does not appear in the tree */ enumerator in enum:__anonbb0db6ad0203
/src/sbin/newfs_msdos/
H A Dmkfs_msdos.c181 #define INIT(a, b, c, d, e, f, g, h, i, j) \ macro
[all...]
/src/sys/netinet/
H A Dip_carp.c124 enum { INIT = 0, BACKUP, MASTER } sc_state; enumerator in enum:carp_softc::__anon58a753760203
[all...]

Completed in 21 milliseconds