/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | V3.box.c | 48 #undef box macro 50 box(WINDOW *win, _ochtype v, _ochtype h) function
|
H A D | _box.c | 49 box(WINDOW *win, chtype v, chtype h) function
|
/osnet-11/usr/src/lib/libplot/plot/common/ |
H A D | box.c | 37 box(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | box.c | 37 box(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | box.c | 37 box(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | box.c | 37 box(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | box.c | 37 box(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | box.c | 37 box(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | box.c | 30 * box.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/box.c 1.1 1995/05/26 19:11:36 ant Exp $"; 46 #undef box macro 49 box(WINDOW *w, chtype v, chtype h) function 54 __m_trace("box(%p, %ld, %ld)", w, v, h); 59 return __m_return_code("box", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | box.c | 32 * box.c 42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/box.c 1.1 " 49 #undef box macro 52 box(WINDOW *w, chtype v, chtype h) function
|
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
H A D | theme_loader.c | 35 /* Construct a new box widget using ABSPATTERN to find the pixmap files for 36 it, storing the new box instance at *BOXPTR. 39 box uses. */ 46 grub_gfxmenu_box_t box; local 51 "missing `*' in box pixmap pattern `%s'", abspattern); 64 box = grub_gfxmenu_create_box (prefix, suffix); 66 if (! box) 71 *boxptr = box; 76 /* Construct a new box widget using PATTERN to find the pixmap files for it, 94 /* If no pixmap pattern is given, then just create an empty box [all...] |
H A D | widget-box.c | 1 /* widget_box.c - Pixmap-stylized box widget. */ 137 "failed to scale bitmap for styled box pixmap #%d", i); 276 /* Create a new box. If PIXMAPS_PREFIX and PIXMAPS_SUFFIX are both non-null, 280 loaded, and the box has zero-width borders and is drawn transparent. */ 286 grub_gfxmenu_box_t box; local 288 box = (grub_gfxmenu_box_t) grub_malloc (sizeof (*box)); 289 if (! box) 292 box->content_width = 0; 293 box [all...] |
H A D | gui_box.c | 92 /* All components have their width set to the box's width. */ 165 /* All components have their height set to the box's height. */ 278 /* The box's preferred size is based on the preferred sizes 378 a horizontal or vertical stacking box. */ 382 grub_gui_box_t box; local 383 box = grub_zalloc (sizeof (*box)); 384 if (! box) 386 box->container.ops = &box_ops; 387 box [all...] |
H A D | gui_list.c | 97 grub_gfxmenu_box_t box = self->menu_box; local 98 int box_top_pad = box->get_top_pad (box); 99 int box_bottom_pad = box->get_bottom_pad (box); 310 grub_gfxmenu_box_t box = self->menu_box; local 311 int box_left_pad = box->get_left_pad (box); 312 int box_top_pad = box->get_top_pad (box); 387 grub_gfxmenu_box_t box = self->menu_box; local [all...] |
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 383 extern int box(WINDOW *, chtype, chtype); 832 #define box(w, v, h) \ macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 249 * MKS Extensions for double width box characters. 320 * MKS Extensions for double width box characters. 476 extern int box(WINDOW *, chtype, chtype); 897 #define box(w,v,h) wborder(w,v,v,h,h,0,0,0,0) macro
|