| /src/usr.bin/make/unit-tests/ |
| var-scope-local-legacy.mk | 1 # $NetBSD: var-scope-local-legacy.mk,v 1.3 2023/12/17 14:07:22 rillig Exp $ 3 # Tests for legacy target-local variables, such as ${<F} or ${@D}. 6 # In the global or command line scopes, the legacy forms are not recognized, 13 # It's possible to define variables of the legacy name in the global or 23 # Only variables of length 2 can be legacy, this one cannot.
|
| parse-var.mk | 19 # legacy variable '@F'
|
| var-scope-local.mk | 179 # The local variables @F, @D, <F, <D are legacy forms.
|
| Makefile | 354 TESTS+= var-scope-local-legacy
|
| /src/usr.sbin/makemandb/ |
| apropos-utils.h | 89 int legacy; member in struct:query_args
|
| apropos.c | 52 int legacy; member in struct:apropos_flags 113 aflags->legacy = 1; 240 args.legacy = aflags.legacy; 307 fprintf(out, cbdata->aflags->legacy ? "%s(%s) - %s\n" :
|
| apropos-utils.c | 594 if (args->legacy) { 680 if (!args->legacy) { 709 if (!args->legacy) {
|
| /src/sys/arch/amd64/amd64/ |
| vector.S | 449 INTRSTUB(legacy,0,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 451 INTRSTUB(legacy,1,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 453 INTRSTUB(legacy,2,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 455 INTRSTUB(legacy,3,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 457 INTRSTUB(legacy,4,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 459 INTRSTUB(legacy,5,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 461 INTRSTUB(legacy,6,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 463 INTRSTUB(legacy,7,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 468 INTRSTUB(legacy,8,i8259_asm_ack2,voidop,i8259_asm_mask,i8259_asm_unmask, 470 INTRSTUB(legacy,9,i8259_asm_ack2,voidop,i8259_asm_mask,i8259_asm_unmask [all...] |
| /src/sys/arch/i386/i386/ |
| vector.S | 462 INTRSTUB(legacy,0,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 464 INTRSTUB(legacy,1,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 466 INTRSTUB(legacy,2,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 468 INTRSTUB(legacy,3,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 470 INTRSTUB(legacy,4,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 472 INTRSTUB(legacy,5,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 474 INTRSTUB(legacy,6,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 476 INTRSTUB(legacy,7,i8259_asm_ack1,voidop,i8259_asm_mask,i8259_asm_unmask, 481 INTRSTUB(legacy,8,i8259_asm_ack2,voidop,i8259_asm_mask,i8259_asm_unmask, 483 INTRSTUB(legacy,9,i8259_asm_ack2,voidop,i8259_asm_mask,i8259_asm_unmask [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_bios.c | 553 (bios->legacy.lvds_single_a_script_ptr & 1) ? 1189 bios->legacy.mem_init_tbl_ptr = ROM16(bmp[24]); 1190 bios->legacy.sdr_seq_tbl_ptr = ROM16(bmp[26]); 1191 bios->legacy.ddr_seq_tbl_ptr = ROM16(bmp[28]); 1197 bios->legacy.i2c_indices.crt = bios->data[legacy_i2c_offset]; 1198 bios->legacy.i2c_indices.tv = bios->data[legacy_i2c_offset + 1]; 1199 bios->legacy.i2c_indices.panel = bios->data[legacy_i2c_offset + 2]; 1215 bios->legacy.lvds_single_a_script_ptr = ROM16(bmp[95]); 1774 bios->legacy.i2c_indices.crt, 1, 1); 1776 if (nv04_tv_identify(dev, bios->legacy.i2c_indices.tv) >= 0 2021 struct nvbios *legacy = &drm->vbios; local 2136 struct nvbios *legacy = &drm->vbios; local [all...] |
| nouveau_bios.h | 155 } legacy; member in struct:nvbios
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_ring_submission.c | 651 struct intel_ring *ring = engine->legacy.ring; 846 GEM_BUG_ON(rq->ring != engine->legacy.ring); 849 head = engine->legacy.ring->tail; 851 engine->legacy.ring->head = intel_ring_wrap(engine->legacy.ring, head); 1329 GEM_BUG_ON(!engine->legacy.ring); 1330 ce->ring = engine->legacy.ring; 1331 ce->timeline = intel_timeline_get(engine->legacy.timeline); 1814 intel_ring_unpin(engine->legacy.ring); 1815 intel_ring_put(engine->legacy.ring) [all...] |
| intel_engine_types.h | 35 /* Legacy HW Engine ID */ 337 } legacy; member in struct:intel_engine_cs 450 * the legacy ringbuffer or to the end of an execlist).
|
| /src/lib/librefuse/ |
| fuse.h | 37 #include <refuse/legacy.h>
|
| /src/sys/arch/sparc64/sparc64/ |
| locore.s | 4456 cmp %g5, MAXINTNUM ! Handle both sun4v legacy (sysino) and cookies.
|
| /src/share/terminfo/ |
| terminfo | 2515 # keys on the keypad to kf5-kf0, used on older systems with legacy termcap 4708 # and to xterm-256color if "Legacy". However, in the latter, more tests 4714 # the PowerShell tab is used. Both the "Legacy" tab and the command-prompt 4723 # - the cursor visible/invisible works in the PowerShell tab, not in "Legacy" 5368 # standard. Since patch #282 (in 2012), xterm has supported both the legacy 5471 xterm+indirect|xterm with direct-color indexing (old legacy building-block), [all...] |