/src/tests/usr.bin/indent/ |
lsym_unary_op.c | 34 * token. The same applies to '&', but that case is irrelevant in practice 41 int same = + + + + + - - - - - 3; variable in typeref:typename:int 48 int same = + + + + +- - - - -3; variable in typeref:typename:int
|
/src/usr.bin/make/unit-tests/ |
varname-dot-make-level.mk | 5 # even though they don't have the same value. 7 all: .PHONY level_1 set-env-same set-env-different 32 # read-only global variable with the same value as before, ignore the 44 set-env-same: .PHONY
|
/src/games/snake/snake/ |
snake.c | 81 #define same(s1, s2) ((s1)->line == (s2)->line && (s1)->col == (s2)->col) macro 413 if (same(&you, &money)) { 428 if (same(&you, &finish)) { 493 if (same(&p, &you)) 495 if (same(&p, &money)) 497 if (same(&p, &finish)) 500 if (same(&p, &snake[i])) 635 if (same(&d, &money)) 637 if (same(&d, &finish)) 877 if (same(&snake[i], &snake[5]) [all...] |
/src/sys/arch/mac68k/mac68k/ |
machdep.c | 189 /* negative, all phys addrs are the same. */ 1106 * is the same for all machines which use that ROM. The offset addresses of 2356 * Find out how MacOS has mapped itself so we can do the same thing. 2365 int i, last, same; local in function:get_mapping 2515 same = 0; 2530 /* Same as last one */ 2532 same = 1; 2535 && !same 2540 if (same) { 2542 same = 0 [all...] |
/src/sys/dev/vme/ |
xdreg.h | 216 volatile u_char same[8]; /* same as xd_iopb */ member in struct:xd_iopb_ctrl 254 volatile u_char same2; /* byte f: same as xd_iopb */ 268 * of time in hopes of getting another cluster of reads in the same 288 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_drive 292 volatile u_char same1; /* byte 7: same */ 312 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_format 316 volatile u_char same1; /* byte 7: same */ [all...] |
/src/sys/arch/sun3/dev/ |
xdreg.h | 216 volatile u_char same[8]; /* same as xd_iopb */ member in struct:xd_iopb_ctrl 254 volatile u_char same2; /* byte f: same as xd_iopb */ 268 * of time in hopes of getting another cluster of reads in the same 288 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_drive 292 volatile u_char same1; /* byte 7: same */ 312 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_format 316 volatile u_char same1; /* byte 7: same */ [all...] |