HomeSort by: relevance | last modified time | path
    Searched defs:below (Results 1 - 4 of 4) sorted by relevancy

  /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;
  /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/lib/libform/
internals.c 3206 FIELD *cur, *above, *below; local in function:_formi_stitch_fields
3225 below = TAILQ_NEXT(cur, glue);
3229 while (below != NULL) {
3230 if (below->form_row != cur_row) {
3231 below_row = below->form_row;
3236 below = TAILQ_NEXT(below, glue);
3265 cur->down = below;
3266 below = TAILQ_NEXT(below, glue)
    [all...]

Completed in 14 milliseconds