| /src/usr.bin/tip/aculib/ |
| v831.c | 63 if ((AC = open(acu, O_RDWR)) < 0) { 72 (void)close(AC); 101 (void)close(AC); 109 (void)close(AC); 153 (void)printf("[abort: AC=%d]\n", AC); 158 if (AC > 0) 160 (void)close(AC); 179 #define pc(x) (void)(c = x, write(AC,&c,1)) 206 (void)tcgetattr(AC, &cntrl) [all...] |
| /src/games/larn/ |
| global.c | 252 c[AC] = c[MOREDEFENSES]; 256 c[AC] += 2 + ivenarg[c[WEAR]]; 259 c[AC] += 2 + ivenarg[c[WEAR]]; 262 c[AC] += 3 + ivenarg[c[WEAR]]; 265 c[AC] += 5 + ivenarg[c[WEAR]]; 268 c[AC] += 6 + ivenarg[c[WEAR]]; 271 c[AC] += 7 + ivenarg[c[WEAR]]; 274 c[AC] += 9 + ivenarg[c[WEAR]]; 277 c[AC] += 10 + ivenarg[c[WEAR]]; 280 c[AC] += 12 + ivenarg[c[WEAR]] [all...] |
| monster.c | 1269 if (((dam + bias + 8) > c[AC]) || (rnd((int) ((c[AC] > 0) ? c[AC] : 1)) == 1)) { 1278 if (((dam + bias) > c[AC]) || (rnd((int) ((c[AC] > 0) ? c[AC] : 1)) == 1)) { 1281 if ((dam -= c[AC]) < 0) 1560 i = rnd(15) + 8 - c[AC]; 1573 i = rnd(20) + 25 - c[AC]; 1587 i = rnd(15) + 18 - c[AC]; [all...] |
| display.c | 75 lprintf(" AC: %-3ld WC: %-3ld Level", (long) c[AC], (long) c[WCLASS]); 107 botsub(makecode(AC, 21, 18), "%-3ld");
|
| header.h | 89 #define AC 13
|
| scores.c | 75 short ac; /* armor class of player */ member in struct:log_fmt 694 logg.ac = c[AC]; 789 lprintf(" Experience Level: %ld, AC: %ld, HP: %ld/%ld, Elapsed Time: %ld minutes\n", (long) (logg.lev), (long) (logg.ac), (long) (logg.hp), (long) (logg.hpmax), (long) (logg.elapsedtime));
|
| /src/usr.bin/tip/ |
| tip.h | 237 extern int AC; /* open file descriptor to dialer (v831 only) */
|
| tip.c | 68 int AC; 234 * (this is particularly true of things like a DF03-AC)
|
| /src/sys/dev/i2c/ |
| sensirion_voc_algorithm.c | 79 // AC 86 uint32_t AC = A * C; 90 uint32_t product_hi = AC + (AD_CB >> 16);
|
| /src/sys/arch/bebox/stand/boot/ |
| vreset.c | 428 u_char AC[21] = { 577 writeAttr(i, AC[i], 0); /* pallete */
|
| /src/sys/arch/vax/vax/ |
| intvec.S | 128 INTVEC(softbio, KSTACK); # Software bio interrupt, AC (IPL 11)
|
| /src/share/terminfo/ |
| terminfo | 1298 # From: Matthew Vernon <mcv21@pick.sel.cam.ac.uk> 3197 # From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996 6875 # Path: pavo.csi.cam.ac.uk!warwick!uknet!pipex!uunet!zaphod.mps.ohio-state.edu! 9722 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ 9744 kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 9745 kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r, 9751 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ 9764 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\ 9784 kf33=^Aa\r, kf34=^Ab\r, kf35=^Ac\r, kf36=^Ad\r, kf37=^Ae\r, 9785 kf38=^Af\r, kf39=^Ag\r, kf4=^AC\r, kf40=^Ah\r, kf41=^Ai\r [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
| amdgpu_arcturus_ppt.c | 191 PWR_MAP(AC),
|
| amdgpu_navi10_ppt.c | 214 PWR_MAP(AC),
|
| amdgpu_vega20_ppt.c | 221 PWR_MAP(AC),
|
| /src/sys/arch/sparc/sparc/ |
| locore.s | 4230 * the AC bit on in the mmu status register, do our 4241 /* 0x8000 is AC bit in Viking mmu-ctl reg */ 4244 sta %o2, [%g0] ASI_SRMMU ! AC bit on
|