| /src/tests/usr.bin/indent/ |
| lex_char.c | 9 int multi = 'xy'; variable
|
| lex_string.c | 9 char multi[] = "xy"; variable
|
| lsym_question.c | 11 const char *multi = cond1 ? "cond1" : cond2 ? "cond2" : cond3 ? "cond3" : ""; variable
|
| /src/sys/arch/vax/consolerl/ |
| hkmboo.com | 5 ! rk07 drive type boot to multi user mode
16 DEPOSIT R11 0 ! Software boot flags (multi user mode)
|
| hpmboo.com | 5 ! 'hp' drive type boot to multi user mode
16 DEPOSIT R11 0 ! Software boot flags (multi user mode)
|
| upmboo.com | 5 ! 'up' drive type boot to multi user mode
16 DEPOSIT R11 0 ! Software boot flags (multi user mode)
|
| ramboo.com | 5 ! 'ra' MSCP drive type boot to multi user mode
16 DEPOSIT R11 0 ! Software boot flags (multi user mode)
|
| /src/tests/ipf/ |
| t_nat_ipf_exec.sh | 62 multi) 72 test_case ni1 natipftest multi hex hex -T update_ipid=1 77 test_case ni6 natipftest multi hex text -T update_ipid=1 -D 88 test_case ni17 natipftest multi text text 89 test_case ni18 natipftest multi text text 92 test_case ni21 natipftest multi text text 93 test_case ni23 natipftest multi text text -D
|
| /src/games/hack/ |
| hack.main.c | 413 if (Searching && multi >= 0) 419 if (multi < 0) { 420 if (!++multi) { 445 if (multi >= 0 && occupation) { 452 if (multi > 0) { 458 if (!multi) { /* lookaround may clear multi */ 463 if (multi < COLNO && !--multi) 467 --multi; [all...] |
| hack.cmd.c | 168 if (multi) 177 if (!multi) 178 multi = COLNO; 226 multi = 0; 246 multi = flags.move = 0; 341 flags.move = multi = 0; 355 flags.move = multi = 0;
|
| hack.Decl.c | 101 int multi = 0; variable
|
| hack.tty.c | 325 multi = 10 * multi + foo - '0'; 326 if (multi) { 327 multi--;
|
| hack.eat.c | 241 multi = -ftmp->oc_delay; 277 multi -= 2; 280 if (multi < 0) 337 if (multi < 0 && !nomovemsg) { 410 if (u.uhs != FAINTED && multi >= 0 /* %% */ ) {
|
| hack.engrave.c | 214 multi = 0; 298 multi = -(len / 10); 316 multi = -len; 337 ep->engr_time = moves - multi;
|
| hack.wield.c | 84 multi = 0;
|
| hack.mhitu.c | 232 if (ctmp && multi >= 0 && !rn2(3)) { 238 if (ctmp && multi >= 0 && !rn2(5)) { 430 if (multi < 0)
|
| hack.steal.c | 179 if (multi < 0 || otmp == uarms) { 195 if (multi < 0) { 197 multi = 0; 227 return ((multi < 0) ? 0 : 1);
|
| /src/usr.bin/make/unit-tests/ |
| directive-info.exp | 12 make: directive-info.mk:47: expect line 35 for multi-line message
|
| directive-for-lines.mk | 29 multi-line
|
| opt-debug-parse.exp | 4 Parsing opt-debug-parse.mk:21: .info trace with multi-line .for loop head 5 make: opt-debug-parse.mk:21: trace with multi-line .for loop head
|
| /src/sys/conf/ |
| ssp.mk | 7 # for multi-cpu machines, cpu_hatch() straddles the init of
|
| /src/lib/libusbhid/ |
| parse.c | 54 int multi; member in struct:hid_data 186 if (s->multi < s->multimax) { 187 c->usage = s->usages[min(s->multi, s->nusage-1)]; 188 s->multi++; 267 s->multi = 0;
|
| /src/sys/dev/hid/ |
| hid.c | 71 int multi; member in struct:hid_data 132 DPRINTFN(5,("hid_get_item: multi=%d multimax=%d\n", 133 s->multi, s->multimax)); 135 if (s->multi < s->multimax) { 136 c->usage = s->usages[uimin(s->multi, s->nu-1)]; 137 s->multi++; 141 DPRINTFN(5,("return multi\n")); 227 s->multi = 0;
|
| /src/sys/arch/mips/cavium/dev/ |
| octeon_gmx.c | 578 int multi = 0; local 607 multi + 1, 620 multi++; 623 if (multi >= 8) { 631 SET(cam_en, __BIT(multi)); 639 CLR(tmp, 0xffULL << (8 * multi)); 640 SET(tmp, (uint64_t)enm->enm_addrlo[i] << (8 * multi)); 663 } else if (multi) {
|
| /src/sys/ufs/ext2fs/ |
| ext2fs_hash.c | 143 uint32_t multi = 0x6D22F5; local 154 h0 = h2 + (h1 ^ (val * multi));
|