/src/lib/libcurses/ |
box.c | 1 /* $NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $ */ 35 static char sccsid[] = "@(#)box.c 8.2 (Berkeley) 5/4/94"; 37 __RCSID("$NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $"); 44 * box -- 45 * Draw a box around the given window with "vert" as the vertical 49 box(WINDOW *win, chtype vert, chtype hor) function in typeref:typename:int
|
box.c | 1 /* $NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $ */ 35 static char sccsid[] = "@(#)box.c 8.2 (Berkeley) 5/4/94"; 37 __RCSID("$NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $"); 44 * box -- 45 * Draw a box around the given window with "vert" as the vertical 49 box(WINDOW *win, chtype vert, chtype hor) function in typeref:typename:int
|
box.c | 1 /* $NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $ */ 35 static char sccsid[] = "@(#)box.c 8.2 (Berkeley) 5/4/94"; 37 __RCSID("$NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $"); 44 * box -- 45 * Draw a box around the given window with "vert" as the vertical 49 box(WINDOW *win, chtype vert, chtype hor) function in typeref:typename:int
|
box.c | 1 /* $NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $ */ 35 static char sccsid[] = "@(#)box.c 8.2 (Berkeley) 5/4/94"; 37 __RCSID("$NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $"); 44 * box -- 45 * Draw a box around the given window with "vert" as the vertical 49 box(WINDOW *win, chtype vert, chtype hor) function in typeref:typename:int
|
/src/games/dab/ |
board.cc | 44 #include "box.h" 95 BOX box(y, x, *this); local in function:BOARD::init 96 box.reset(); 101 * Make a move for player with initial 'c', adding an edge at box(x, y) 115 BOX box1(y, x, *this); 124 // New box; name it and count it 131 // Check other box 132 x += BOX::edges[dir].x; 133 y += BOX::edges[dir].y 151 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::full 170 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::paint [all...] |
board.cc | 44 #include "box.h" 95 BOX box(y, x, *this); local in function:BOARD::init 96 box.reset(); 101 * Make a move for player with initial 'c', adding an edge at box(x, y) 115 BOX box1(y, x, *this); 124 // New box; name it and count it 131 // Check other box 132 x += BOX::edges[dir].x; 133 y += BOX::edges[dir].y 151 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::full 170 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::paint [all...] |
board.cc | 44 #include "box.h" 95 BOX box(y, x, *this); local in function:BOARD::init 96 box.reset(); 101 * Make a move for player with initial 'c', adding an edge at box(x, y) 115 BOX box1(y, x, *this); 124 // New box; name it and count it 131 // Check other box 132 x += BOX::edges[dir].x; 133 y += BOX::edges[dir].y 151 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::full 170 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::paint [all...] |
board.cc | 44 #include "box.h" 95 BOX box(y, x, *this); local in function:BOARD::init 96 box.reset(); 101 * Make a move for player with initial 'c', adding an edge at box(x, y) 115 BOX box1(y, x, *this); 124 // New box; name it and count it 131 // Check other box 132 x += BOX::edges[dir].x; 133 y += BOX::edges[dir].y 151 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::full 170 BOX box(y, x, const_cast<BOARD&>(*this)); local in function:BOARD::paint [all...] |
algor.cc | 41 #include "box.h" 56 // Find the first closure, i.e. a box that has 3 edges 64 BOX box(y, x, b); local in function:ALGOR::find_closure 65 if (box.count() == 3) { 66 for (dir = BOX::first; dir < BOX::last; dir++) 67 if (!box.isset(dir)) 69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides", 84 BOX tbox(0, x, b) 193 BOX box(y, x, nb); local in function:ALGOR::find_good_turn 227 BOX box(y, x, b); local in function:ALGOR::find_bad_turn [all...] |
algor.cc | 41 #include "box.h" 56 // Find the first closure, i.e. a box that has 3 edges 64 BOX box(y, x, b); local in function:ALGOR::find_closure 65 if (box.count() == 3) { 66 for (dir = BOX::first; dir < BOX::last; dir++) 67 if (!box.isset(dir)) 69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides", 84 BOX tbox(0, x, b) 193 BOX box(y, x, nb); local in function:ALGOR::find_good_turn 227 BOX box(y, x, b); local in function:ALGOR::find_bad_turn [all...] |
algor.cc | 41 #include "box.h" 56 // Find the first closure, i.e. a box that has 3 edges 64 BOX box(y, x, b); local in function:ALGOR::find_closure 65 if (box.count() == 3) { 66 for (dir = BOX::first; dir < BOX::last; dir++) 67 if (!box.isset(dir)) 69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides", 84 BOX tbox(0, x, b) 193 BOX box(y, x, nb); local in function:ALGOR::find_good_turn 227 BOX box(y, x, b); local in function:ALGOR::find_bad_turn [all...] |
algor.cc | 41 #include "box.h" 56 // Find the first closure, i.e. a box that has 3 edges 64 BOX box(y, x, b); local in function:ALGOR::find_closure 65 if (box.count() == 3) { 66 for (dir = BOX::first; dir < BOX::last; dir++) 67 if (!box.isset(dir)) 69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides", 84 BOX tbox(0, x, b) 193 BOX box(y, x, nb); local in function:ALGOR::find_good_turn 227 BOX box(y, x, b); local in function:ALGOR::find_bad_turn [all...] |
/src/sys/arch/atari/dev/ |
grfabs_tt.c | 294 box_t box; local in function:tt_alloc_view 298 INIT_BOX(&box,0,0,mode->size.width,mode->size.height); 299 init_view(v, bm, mode, &box);
|
grfabs_tt.c | 294 box_t box; local in function:tt_alloc_view 298 INIT_BOX(&box,0,0,mode->size.width,mode->size.height); 299 init_view(v, bm, mode, &box);
|
grfabs_tt.c | 294 box_t box; local in function:tt_alloc_view 298 INIT_BOX(&box,0,0,mode->size.width,mode->size.height); 299 init_view(v, bm, mode, &box);
|
grfabs_tt.c | 294 box_t box; local in function:tt_alloc_view 298 INIT_BOX(&box,0,0,mode->size.width,mode->size.height); 299 init_view(v, bm, mode, &box);
|
grfabs_fal.c | 522 box_t box; local in function:falcon_alloc_view 526 INIT_BOX(&box,0,0,mode->size.width,mode->size.height); 527 init_view(v, bm, mode, &box);
|
grfabs_fal.c | 522 box_t box; local in function:falcon_alloc_view 526 INIT_BOX(&box,0,0,mode->size.width,mode->size.height); 527 init_view(v, bm, mode, &box);
|
grfabs_fal.c | 522 box_t box; local in function:falcon_alloc_view 526 INIT_BOX(&box,0,0,mode->size.width,mode->size.height); 527 init_view(v, bm, mode, &box);
|
/src/sys/external/bsd/drm/dist/shared-core/ |
i915_dma.c | 396 struct drm_clip_rect box; local in function:i915_emit_box 399 if (DRM_COPY_FROM_USER_UNCHECKED(&box, &boxes[i], sizeof(box))) { 403 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) { 404 DRM_ERROR("Bad box %d,%d..%d,%d\n" [all...] |
r300_cmdbuf.c | 58 struct drm_clip_rect box; local in function:r300_emit_cliprects 75 (&box, &cmdbuf->boxes[n + i], sizeof(box))) { 80 box.x2--; /* Hardware expects inclusive bottom-right corner */ 81 box.y2--; 84 box.x1 = (box.x1) & 86 box.y1 = (box.y1) & 88 box.x2 = (box.x2) [all...] |
i915_dma.c | 396 struct drm_clip_rect box; local in function:i915_emit_box 399 if (DRM_COPY_FROM_USER_UNCHECKED(&box, &boxes[i], sizeof(box))) { 403 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) { 404 DRM_ERROR("Bad box %d,%d..%d,%d\n" [all...] |
r300_cmdbuf.c | 58 struct drm_clip_rect box; local in function:r300_emit_cliprects 75 (&box, &cmdbuf->boxes[n + i], sizeof(box))) { 80 box.x2--; /* Hardware expects inclusive bottom-right corner */ 81 box.y2--; 84 box.x1 = (box.x1) & 86 box.y1 = (box.y1) & 88 box.x2 = (box.x2) [all...] |
i915_dma.c | 396 struct drm_clip_rect box; local in function:i915_emit_box 399 if (DRM_COPY_FROM_USER_UNCHECKED(&box, &boxes[i], sizeof(box))) { 403 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) { 404 DRM_ERROR("Bad box %d,%d..%d,%d\n" [all...] |
r300_cmdbuf.c | 58 struct drm_clip_rect box; local in function:r300_emit_cliprects 75 (&box, &cmdbuf->boxes[n + i], sizeof(box))) { 80 box.x2--; /* Hardware expects inclusive bottom-right corner */ 81 box.y2--; 84 box.x1 = (box.x1) & 86 box.y1 = (box.y1) & 88 box.x2 = (box.x2) [all...] |