HomeSort by: relevance | last modified time | path
    Searched refs:below (Results 1 - 25 of 125) sorted by relevancy

1 2 3 4 5

  /src/lib/libpanel/
below.c 1 /* $NetBSD: below.c,v 1.2 2015/11/01 01:40:23 uwe Exp $ */
29 __RCSID("$NetBSD: below.c,v 1.2 2015/11/01 01:40:23 uwe Exp $");
37 PANEL *below; local in function:panel_below
40 below = TAILQ_LAST(&_deck, deck);
42 below = PANEL_BELOW(p);
46 if (below == &_stdscr_panel)
49 return below;
Makefile 17 SRCS+= below.c
  /src/usr.bin/make/unit-tests/
archive-suffix.mk 3 # Between 2020-08-23 and 2020-08-30, the below code produced an assertion
10 # Between 2016-03-15 and 2016-03-16 the behavior of the below code changed.
opt-where-am-i.mk 7 # The first "Entering directory" is missing since the below .MAKEFLAGS comes
sh-dots.mk 4 # commands below it but appends them to the list of commands that are run
29 ... # Run the below commands later
40 # thus does not defer the command below it.
directive-elif.mk 17 # Misspelling '.elsif' below an .if branch that is not taken.
32 # Misspelling '.elsif' below an .if branch that is not taken.
44 # Misspelling '.elsif' below an .if branch that is taken.
58 # Misspelling '.elsif' below an .if branch that is taken.
70 # Misspelling '.elsif' in a skipped branch below a branch that was taken.
deptgt-suffixes.mk 21 # rule below it.
parse-var.mk 5 # TODO: Add systematic tests for all of the below combinations.
104 # Keep these braces outside the conditions below, to keep them simple to
109 # In this test word, the below conditions will replace the '{{}' in the middle
meta-cmd-cmp.mk 34 # this allows the trick below
modmisc.mk 6 # but not all target systems - an exists() check is below.
varmod-l-name-to-value.mk 32 # the below :L did not update the definedness of the enclosing expression.
varparse-mod.mk 5 # As of 2020-10-02, the below condition does not result in a parse error.
cond-late.mk 15 # actually interpreted as these operators. This is demonstrated below.
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 70 # simply execute an "rte" as with the sample code below.
80 # is present. The routine below should point to the operating system handler
84 # The sample routine below simply clears the exception status bit and
98 # is present. The routine below should point to the operating system handler
102 # The sample routine below simply clears the exception status bit and
116 # is present. The routine below should point to the operating system handler
121 # The sample routine below simply clears the exception status bit and
135 # is present. The routine below should point to the operating system handler
140 # The sample routine below simply clears the exception status bit and
154 # is present. The routine below should point to the operating system handler
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/renesas/
r9a07g043f01-smarc.dts 15 * Please change below macros according to SW1 setting on the SoM
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 838 // Fallthrough to REAL(memcmp) below.
926 // FIXME: under ASan the call below may write to freed memory and corrupt
937 // FIXME: under ASan the call below may write to freed memory and corrupt
978 // FIXME: under ASan the call below may write to freed memory and corrupt
996 // FIXME: under ASan the call below may write to freed memory and corrupt
1013 // FIXME: under ASan the call below may write to freed memory and corrupt
1031 // FIXME: under ASan the call below may write to freed memory and corrupt
1206 // FIXME: under ASan the call below may write to freed memory and corrupt
1338 // FIXME: under ASan the call below may write to freed memory and corrupt
1351 // FIXME: under ASan the call below may write to freed memory and corrup
    [all...]
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 170 | copy from below upwards requires copying from end to start.
186 lea %pc@(below:w),%a0
192 movl %a3,%sp@ | address of relocated below
193 addl #(ckend - below),%a3
196 bra Lchoff | and to relocated below
199 below: movl %sp@+,%a3 | recover destination label
  /src/sys/fs/unionfs/
unionfs_vfsops.c 73 int below; local in function:unionfs_mount
99 below = 0;
148 below = 0;
152 below = 1;
196 if (below) {
231 if (below) {
281 cp = "<below>:";
  /src/share/examples/asm/hello/
powerpc.s 38 .int 7 # Length of the OS name field below.
39 .int 4 # Length of the description field below.
  /src/sys/conf/
assym.mk 19 # assym.dep in the below target looks like:
  /src/lib/libc/arch/sh3/gen/
swapcontext.S 56 !! adjust oucp to resume after setcontext below
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6qdl-dhcom-drc02.dtsi 17 * pins, see uart1 and usdhc3 node below.
115 * Therefore, they have been removed from the list below.
aspeed-ast2500-evb.dts 113 * by replacing the override below with &ehci0 { ... } to enable
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
salvator-xs.dtsi 66 * Hence the SW31 setting must be changed like 2) below.
  /src/common/lib/libc/arch/sparc64/string/
strlen.S 81 andcc %o0, 0x7, %g5 ! Hoisted from below to fill a slot

Completed in 19 milliseconds

1 2 3 4 5