tag | line | file | source code |
height | 2532 | arch/m68k/amiga/amifb.c | var->height = -1; |
height | 3482 | arch/m68k/amiga/amifb.c | var->height = -1; |
height | 612 | arch/m68k/atari/atafb.c | var->height=-1; |
height | 1291 | arch/m68k/atari/atafb.c | var->height=-1; |
height | 1791 | arch/m68k/atari/atafb.c | var->height=-1; |
height | 2092 | arch/m68k/atari/atafb.c | var->height=-1; |
height | 229 | arch/m68k/console/fbcon.c | static int fbcon_clear(struct vc_data *conp, int sy, int sx, int height, |
height | 237 | arch/m68k/console/fbcon.c | int height, int width); |
height | 274 | arch/m68k/console/fbcon.c | int height, int width, u_int y_break); |
height | 283 | arch/m68k/console/fbcon.c | int height, int width); |
height | 285 | arch/m68k/console/fbcon.c | int height, int width); |
height | 300 | arch/m68k/console/fbcon.c | int height, int width); |
height | 302 | arch/m68k/console/fbcon.c | int height, int width); |
height | 317 | arch/m68k/console/fbcon.c | int height, int width); |
height | 319 | arch/m68k/console/fbcon.c | int height, int width); |
height | 334 | arch/m68k/console/fbcon.c | int height, int width); |
height | 336 | arch/m68k/console/fbcon.c | int sx, int height, int width); |
height | 351 | arch/m68k/console/fbcon.c | int height, int width); |
height | 353 | arch/m68k/console/fbcon.c | int sx, int height, int width); |
height | 368 | arch/m68k/console/fbcon.c | int height, int width); |
height | 370 | arch/m68k/console/fbcon.c | int sx, int height, int width); |
height | 385 | arch/m68k/console/fbcon.c | int height, int width); |
height | 387 | arch/m68k/console/fbcon.c | int sx, int height, int width); |
height | 402 | arch/m68k/console/fbcon.c | int height, int width); |
height | 404 | arch/m68k/console/fbcon.c | int sx, int height, int width); |
height | 419 | arch/m68k/console/fbcon.c | int height, int width); |
height | 421 | arch/m68k/console/fbcon.c | int height, int width); |
height | 431 | arch/m68k/console/fbcon.c | u_short desty, u_short width, u_short height, |
height | 433 | arch/m68k/console/fbcon.c | extern void Cyber_RectFill(u_short x, u_short y, u_short width, u_short height, |
height | 444 | arch/m68k/console/fbcon.c | void (*bmove)(struct display *p, int sy, int sx, int dy, int dx, int height, |
height | 447 | arch/m68k/console/fbcon.c | int height, int width); |
height | 1401 | arch/m68k/console/fbcon.c | static int fbcon_clear(struct vc_data *conp, int sy, int sx, int height, |
height | 1411 | arch/m68k/console/fbcon.c | if ((sy <= p->cursor_y) && (p->cursor_y < sy+height) && |
height | 1418 | arch/m68k/console/fbcon.c | if (sy < y_break && sy+height-1 >= y_break) { |
height | 1421 | arch/m68k/console/fbcon.c | p->dispsw->clear(conp, p, real_y(p, sy+b), sx, height-b, width); |
height | 1423 | arch/m68k/console/fbcon.c | p->dispsw->clear(conp, p, real_y(p, sy), sx, height, width); |
height | 1621 | arch/m68k/console/fbcon.c | int height, int width) |
height | 1629 | arch/m68k/console/fbcon.c | if (((sy <= p->cursor_y) && (p->cursor_y < sy+height) && |
height | 1631 | arch/m68k/console/fbcon.c | ((dy <= p->cursor_y) && (p->cursor_y < dy+height) && |
height | 1642 | arch/m68k/console/fbcon.c | fbcon_bmove_rec(p, sy, sx, dy, dx, height, width, p->vrows-p->yscroll); |
height | 1649 | arch/m68k/console/fbcon.c | int height, int width, u_int y_break) |
height | 1653 | arch/m68k/console/fbcon.c | if (sy < y_break && sy+height > y_break) { |
height | 1657 | arch/m68k/console/fbcon.c | fbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break); |
height | 1659 | arch/m68k/console/fbcon.c | fbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break); |
height | 1665 | arch/m68k/console/fbcon.c | if (dy < y_break && dy+height > y_break) { |
height | 1669 | arch/m68k/console/fbcon.c | fbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break); |
height | 1671 | arch/m68k/console/fbcon.c | fbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break); |
height | 1676 | arch/m68k/console/fbcon.c | p->dispsw->bmove(p, real_y(p, sy), sx, real_y(p, dy), dx, height, width); |
height | 1862 | arch/m68k/console/fbcon.c | int height, int width) |
height | 1870 | arch/m68k/console/fbcon.c | mymemmove(dest, src, height*p->fontheight*width); |
height | 1874 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
height | 1880 | arch/m68k/console/fbcon.c | src = p->screen_base+((sy+height)*p->fontheight-1)*p->next_line+sx; |
height | 1881 | arch/m68k/console/fbcon.c | dest = p->screen_base+((dy+height)*p->fontheight-1)*p->next_line+dx; |
height | 1882 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
height | 1892 | arch/m68k/console/fbcon.c | int height, int width) |
height | 1901 | arch/m68k/console/fbcon.c | mymemset(dest, height*p->fontheight*width); |
height | 1903 | arch/m68k/console/fbcon.c | mymemclear(dest, height*p->fontheight*width); |
height | 1905 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
height | 2000 | arch/m68k/console/fbcon.c | int height, int width) |
height | 2004 | arch/m68k/console/fbcon.c | height*p->fontheight*p->next_line); |
height | 2012 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel*height*p->fontheight; i--;) { |
height | 2018 | arch/m68k/console/fbcon.c | src = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx; |
height | 2019 | arch/m68k/console/fbcon.c | dest = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx; |
height | 2020 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel*height*p->fontheight; i--;) { |
height | 2031 | arch/m68k/console/fbcon.c | int height, int width) |
height | 2040 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
height | 2219 | arch/m68k/console/fbcon.c | int height, int width) |
height | 2228 | arch/m68k/console/fbcon.c | mymemmove(dest, src, height*p->fontheight*width); |
height | 2238 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
height | 2247 | arch/m68k/console/fbcon.c | src0 = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx; |
height | 2248 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx; |
height | 2252 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
height | 2265 | arch/m68k/console/fbcon.c | int height, int width) |
height | 2276 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
height | 2465 | arch/m68k/console/fbcon.c | int height, int width) |
height | 2485 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
height | 2492 | arch/m68k/console/fbcon.c | u_int colsize = height * p->fontheight; |
height | 2584 | arch/m68k/console/fbcon.c | int sx, int height, int width) |
height | 2590 | arch/m68k/console/fbcon.c | int lines = height * p->fontheight; |
height | 2729 | arch/m68k/console/fbcon.c | int height, int width) |
height | 2749 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
height | 2756 | arch/m68k/console/fbcon.c | u_int colsize = height * p->fontheight; |
height | 2848 | arch/m68k/console/fbcon.c | int sx, int height, int width) |
height | 2854 | arch/m68k/console/fbcon.c | int lines = height * p->fontheight; |
height | 3008 | arch/m68k/console/fbcon.c | int height, int width) |
height | 3028 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
height | 3035 | arch/m68k/console/fbcon.c | u_int colsize = height * p->fontheight; |
height | 3127 | arch/m68k/console/fbcon.c | int sx, int height, int width) |
height | 3133 | arch/m68k/console/fbcon.c | int lines = height * p->fontheight; |
height | 3295 | arch/m68k/console/fbcon.c | int height, int width) |
height | 3303 | arch/m68k/console/fbcon.c | height * linesize); |
height | 3309 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
height | 3316 | arch/m68k/console/fbcon.c | src = p->screen_base + (sy+height) * linesize + sx * 8 |
height | 3318 | arch/m68k/console/fbcon.c | dst = p->screen_base + (dy+height) * linesize + dx * 8 |
height | 3320 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
height | 3331 | arch/m68k/console/fbcon.c | int sx, int height, int width) |
height | 3334 | arch/m68k/console/fbcon.c | int bytes=p->next_line,lines=height * p->fontheight, rows, i; |
height | 3451 | arch/m68k/console/fbcon.c | int height, int width) |
height | 3459 | arch/m68k/console/fbcon.c | height * linesize); |
height | 3465 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
height | 3472 | arch/m68k/console/fbcon.c | src = p->screen_base + (sy+height) * linesize + sx * 16 |
height | 3474 | arch/m68k/console/fbcon.c | dst = p->screen_base + (dy+height) * linesize + dx * 16 |
height | 3476 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
height | 3487 | arch/m68k/console/fbcon.c | int sx, int height, int width) |
height | 3490 | arch/m68k/console/fbcon.c | int bytes=p->next_line,lines=height * p->fontheight, rows, i; |
height | 3617 | arch/m68k/console/fbcon.c | int height, int width) |
height | 3622 | arch/m68k/console/fbcon.c | (u_short)(height*p->fontheight), (u_short)S3_NEW); |
height | 3627 | arch/m68k/console/fbcon.c | int height, int width) |
height | 3634 | arch/m68k/console/fbcon.c | (u_short)(height*p->fontheight), (u_short)S3_NEW, |
height | 40 | arch/m68k/console/fonts.c | int *height; |
height | 56 | arch/m68k/console/fonts.c | int findsoftfont(char *name, int *width, int *height, u_char *data[]) |
height | 64 | arch/m68k/console/fonts.c | if (height) |
height | 65 | arch/m68k/console/fonts.c | *height = *softfonts[i].height; |
height | 78 | arch/m68k/console/fonts.c | void getdefaultfont(int xres, int yres, char *name[], int *width, int *height, |
height | 86 | arch/m68k/console/fonts.c | if (height) |
height | 87 | arch/m68k/console/fonts.c | *height = fontheight_8x8; |
height | 95 | arch/m68k/console/fonts.c | if (height) |
height | 96 | arch/m68k/console/fonts.c | *height = fontheight_8x16; |
height | 28 | arch/m68k/console/txtcon.c | static int txtcon_clear(struct vc_data *conp, int sy, int sx, int height, |
height | 36 | arch/m68k/console/txtcon.c | int height, int width); |
height | 65 | arch/m68k/console/txtcon.c | static int txtcon_clear(struct vc_data *conp, int sy, int sx, int height, |
height | 98 | arch/m68k/console/txtcon.c | int height, int width) |
height | 227 | drivers/sbus/char/suncons.c | cursor_reverse (long *dst, int height, const int ints_on_line) |
height | 231 | drivers/sbus/char/suncons.c | for (j = 0; j < height; j++){ |
height | 21 | include/asm-m68k/font.h | extern int findsoftfont(char *name, int *width, int *height, u_char *data[]); |
height | 29 | include/asm-m68k/font.h | int *height, u_char *data[]); |
height | 100 | include/linux/fb.h | int height; /* height of picture in mm */ |
height | 244 | include/linux/fb.h | u_short height; |
height | 281 | include/linux/fb.h | int height; |
height | 362 | mm/mmap.c | int height = (heightleft<heightright ? heightright : heightleft) + 1; |
height | 363 | mm/mmap.c | if (height == node->vm_avl_height) |
height | 365 | mm/mmap.c | node->vm_avl_height = height; |
height | 190 | net/bridge/br_tree.c | int height = (heightleft<heightright ? heightright : heightleft) + 1; |
height | 191 | net/bridge/br_tree.c | if (height == node->fdb_avl_height) |
height | 193 | net/bridge/br_tree.c | node->fdb_avl_height = height; |
height | 61 | scripts/lxdialog/checklist.c | int y, int x, int height) |
height | 78 | scripts/lxdialog/checklist.c | y = y + height + 1; |
height | 81 | scripts/lxdialog/checklist.c | if ((height < item_no) && (scroll + choice < item_no - 1)) { |
height | 99 | scripts/lxdialog/checklist.c | print_buttons( WINDOW *dialog, int height, int width, int selected) |
height | 102 | scripts/lxdialog/checklist.c | int y = height - 2; |
height | 116 | scripts/lxdialog/checklist.c | dialog_checklist (const char *title, const char *prompt, int height, int width, |
height | 145 | scripts/lxdialog/checklist.c | y = (LINES - height) / 2; |
height | 147 | scripts/lxdialog/checklist.c | draw_shadow (stdscr, y, x, height, width); |
height | 149 | scripts/lxdialog/checklist.c | dialog = newwin (height, width, y, x); |
height | 152 | scripts/lxdialog/checklist.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
height | 154 | scripts/lxdialog/checklist.c | mvwaddch (dialog, height-3, 0, ACS_LTEE); |
height | 171 | scripts/lxdialog/checklist.c | box_y = height - list_height - 5; |
height | 200 | scripts/lxdialog/checklist.c | print_buttons(dialog, height, width, 0); |
height | 293 | scripts/lxdialog/checklist.c | print_buttons(dialog, height, width, button); |
height | 125 | scripts/lxdialog/dialog.h | void attr_clear (WINDOW * win, int height, int width, chtype attr); |
height | 130 | scripts/lxdialog/dialog.h | void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box, |
height | 132 | scripts/lxdialog/dialog.h | void draw_shadow (WINDOW * win, int y, int x, int height, int width); |
height | 135 | scripts/lxdialog/dialog.h | int dialog_yesno (const char *title, const char *prompt, int height, int width); |
height | 136 | scripts/lxdialog/dialog.h | int dialog_msgbox (const char *title, const char *prompt, int height, |
height | 138 | scripts/lxdialog/dialog.h | int dialog_textbox (const char *title, const char *file, int height, int width); |
height | 139 | scripts/lxdialog/dialog.h | int dialog_menu (const char *title, const char *prompt, int height, int width, |
height | 142 | scripts/lxdialog/dialog.h | int dialog_checklist (const char *title, const char *prompt, int height, |
height | 146 | scripts/lxdialog/dialog.h | int dialog_inputbox (const char *title, const char *prompt, int height, |
height | 30 | scripts/lxdialog/inputbox.c | print_buttons(WINDOW *dialog, int height, int width, int selected) |
height | 33 | scripts/lxdialog/inputbox.c | int y = height - 2; |
height | 46 | scripts/lxdialog/inputbox.c | dialog_inputbox (const char *title, const char *prompt, int height, int width, |
height | 56 | scripts/lxdialog/inputbox.c | y = (LINES - height) / 2; |
height | 59 | scripts/lxdialog/inputbox.c | draw_shadow (stdscr, y, x, height, width); |
height | 61 | scripts/lxdialog/inputbox.c | dialog = newwin (height, width, y, x); |
height | 64 | scripts/lxdialog/inputbox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
height | 66 | scripts/lxdialog/inputbox.c | mvwaddch (dialog, height-3, 0, ACS_LTEE); |
height | 90 | scripts/lxdialog/inputbox.c | print_buttons(dialog, height, width, 0); |
height | 184 | scripts/lxdialog/inputbox.c | print_buttons(dialog, height, width, 1); |
height | 188 | scripts/lxdialog/inputbox.c | print_buttons(dialog, height, width, 0); |
height | 194 | scripts/lxdialog/inputbox.c | print_buttons(dialog, height, width, 0); |
height | 204 | scripts/lxdialog/inputbox.c | print_buttons(dialog, height, width, 0); |
height | 208 | scripts/lxdialog/inputbox.c | print_buttons(dialog, height, width, 1); |
height | 212 | scripts/lxdialog/inputbox.c | print_buttons(dialog, height, width, 0); |
height | 57 | scripts/lxdialog/menubox.c | int y, int x, int height) |
height | 78 | scripts/lxdialog/menubox.c | y = y + height + 1; |
height | 81 | scripts/lxdialog/menubox.c | if ((height < item_no) && (scroll + height < item_no)) { |
height | 101 | scripts/lxdialog/menubox.c | print_buttons (WINDOW *win, int height, int width, int selected) |
height | 104 | scripts/lxdialog/menubox.c | int y = height - 2; |
height | 118 | scripts/lxdialog/menubox.c | dialog_menu (const char *title, const char *prompt, int height, int width, |
height | 131 | scripts/lxdialog/menubox.c | y = (LINES - height) / 2; |
height | 133 | scripts/lxdialog/menubox.c | draw_shadow (stdscr, y, x, height, width); |
height | 135 | scripts/lxdialog/menubox.c | dialog = newwin (height, width, y, x); |
height | 138 | scripts/lxdialog/menubox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
height | 140 | scripts/lxdialog/menubox.c | mvwaddch (dialog, height - 3, 0, ACS_LTEE); |
height | 157 | scripts/lxdialog/menubox.c | box_y = height - menu_height - 5; |
height | 197 | scripts/lxdialog/menubox.c | print_buttons (dialog, height, width, 0); |
height | 308 | scripts/lxdialog/menubox.c | print_buttons(dialog, height, width, button); |
height | 29 | scripts/lxdialog/msgbox.c | dialog_msgbox (const char *title, const char *prompt, int height, int width, |
height | 37 | scripts/lxdialog/msgbox.c | y = (LINES - height) / 2; |
height | 39 | scripts/lxdialog/msgbox.c | draw_shadow (stdscr, y, x, height, width); |
height | 41 | scripts/lxdialog/msgbox.c | dialog = newwin (height, width, y, x); |
height | 44 | scripts/lxdialog/msgbox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
height | 57 | scripts/lxdialog/msgbox.c | mvwaddch (dialog, height - 3, 0, ACS_LTEE); |
height | 64 | scripts/lxdialog/msgbox.c | height - 2, width / 2 - 4, TRUE); |
height | 25 | scripts/lxdialog/textbox.c | static void print_page (WINDOW * win, int height, int width); |
height | 28 | scripts/lxdialog/textbox.c | static void print_position (WINDOW * win, int height, int width); |
height | 38 | scripts/lxdialog/textbox.c | dialog_textbox (const char *title, const char *file, int height, int width) |
height | 83 | scripts/lxdialog/textbox.c | y = (LINES - height) / 2; |
height | 86 | scripts/lxdialog/textbox.c | draw_shadow (stdscr, y, x, height, width); |
height | 88 | scripts/lxdialog/textbox.c | dialog = newwin (height, width, y, x); |
height | 92 | scripts/lxdialog/textbox.c | text = subwin (dialog, height - 4, width - 2, y + 1, x + 1); |
height | 97 | scripts/lxdialog/textbox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
height | 100 | scripts/lxdialog/textbox.c | mvwaddch (dialog, height-3, 0, ACS_LTEE); |
height | 112 | scripts/lxdialog/textbox.c | print_button (dialog, " Exit ", height - 2, width / 2 - 4, TRUE); |
height | 117 | scripts/lxdialog/textbox.c | attr_clear (text, height - 4, width - 2, dialog_attr); |
height | 118 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
height | 119 | scripts/lxdialog/textbox.c | print_position (dialog, height, width); |
height | 161 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
height | 162 | scripts/lxdialog/textbox.c | print_position (dialog, height, width); |
height | 194 | scripts/lxdialog/textbox.c | back_lines (height - 4); |
height | 195 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
height | 196 | scripts/lxdialog/textbox.c | print_position (dialog, height, width); |
height | 216 | scripts/lxdialog/textbox.c | for (i = 0; i < height - 4; i++) { |
height | 230 | scripts/lxdialog/textbox.c | print_position (dialog, height, width); |
height | 240 | scripts/lxdialog/textbox.c | back_lines (page_length + height - 4); |
height | 241 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
height | 242 | scripts/lxdialog/textbox.c | print_position (dialog, height, width); |
height | 254 | scripts/lxdialog/textbox.c | print_line (text, height - 5, width - 2); |
height | 256 | scripts/lxdialog/textbox.c | print_position (dialog, height, width); |
height | 267 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
height | 268 | scripts/lxdialog/textbox.c | print_position (dialog, height, width); |
height | 285 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
height | 297 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
height | 430 | scripts/lxdialog/textbox.c | print_page (WINDOW * win, int height, int width) |
height | 435 | scripts/lxdialog/textbox.c | for (i = 0; i < height; i++) { |
height | 523 | scripts/lxdialog/textbox.c | print_position (WINDOW * win, int height, int width) |
height | 535 | scripts/lxdialog/textbox.c | wmove (win, height - 3, width - 9); |
height | 112 | scripts/lxdialog/util.c | attr_clear (WINDOW * win, int height, int width, chtype attr) |
height | 117 | scripts/lxdialog/util.c | for (i = 0; i < height; i++) { |
height | 286 | scripts/lxdialog/util.c | draw_box (WINDOW * win, int y, int x, int height, int width, |
height | 292 | scripts/lxdialog/util.c | for (i = 0; i < height; i++) { |
height | 297 | scripts/lxdialog/util.c | else if (i == height - 1 && !j) |
height | 301 | scripts/lxdialog/util.c | else if (i == height - 1 && j == width - 1) |
height | 305 | scripts/lxdialog/util.c | else if (i == height - 1) |
height | 321 | scripts/lxdialog/util.c | draw_shadow (WINDOW * win, int y, int x, int height, int width) |
height | 327 | scripts/lxdialog/util.c | wmove (win, y + height, x + 2); |
height | 330 | scripts/lxdialog/util.c | for (i = y + 1; i < y + height + 1; i++) { |
height | 28 | scripts/lxdialog/yesno.c | print_buttons(WINDOW *dialog, int height, int width, int selected) |
height | 31 | scripts/lxdialog/yesno.c | int y = height - 2; |
height | 44 | scripts/lxdialog/yesno.c | dialog_yesno (const char *title, const char *prompt, int height, int width) |
height | 51 | scripts/lxdialog/yesno.c | y = (LINES - height) / 2; |
height | 53 | scripts/lxdialog/yesno.c | draw_shadow (stdscr, y, x, height, width); |
height | 55 | scripts/lxdialog/yesno.c | dialog = newwin (height, width, y, x); |
height | 58 | scripts/lxdialog/yesno.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
height | 60 | scripts/lxdialog/yesno.c | mvwaddch (dialog, height-3, 0, ACS_LTEE); |
height | 76 | scripts/lxdialog/yesno.c | print_buttons(dialog, height, width, 0); |
height | 96 | scripts/lxdialog/yesno.c | print_buttons(dialog, height, width, button); |