taglinefilesource code
height2532arch/m68k/amiga/amifb.cvar->height = -1;
height3482arch/m68k/amiga/amifb.cvar->height = -1;
height612arch/m68k/atari/atafb.cvar->height=-1;
height1291arch/m68k/atari/atafb.cvar->height=-1;
height1791arch/m68k/atari/atafb.cvar->height=-1;
height2092arch/m68k/atari/atafb.cvar->height=-1;
height229arch/m68k/console/fbcon.cstatic int fbcon_clear(struct vc_data *conp, int sy, int sx, int height,
height237arch/m68k/console/fbcon.cint height, int width);
height274arch/m68k/console/fbcon.cint height, int width, u_int y_break);
height283arch/m68k/console/fbcon.cint height, int width);
height285arch/m68k/console/fbcon.cint height, int width);
height300arch/m68k/console/fbcon.cint height, int width);
height302arch/m68k/console/fbcon.cint height, int width);
height317arch/m68k/console/fbcon.cint height, int width);
height319arch/m68k/console/fbcon.cint height, int width);
height334arch/m68k/console/fbcon.cint height, int width);
height336arch/m68k/console/fbcon.cint sx, int height, int width);
height351arch/m68k/console/fbcon.cint height, int width);
height353arch/m68k/console/fbcon.cint sx, int height, int width);
height368arch/m68k/console/fbcon.cint height, int width);
height370arch/m68k/console/fbcon.cint sx, int height, int width);
height385arch/m68k/console/fbcon.cint height, int width);
height387arch/m68k/console/fbcon.cint sx, int height, int width);
height402arch/m68k/console/fbcon.cint height, int width);
height404arch/m68k/console/fbcon.cint sx, int height, int width);
height419arch/m68k/console/fbcon.cint height, int width);
height421arch/m68k/console/fbcon.cint height, int width);
height431arch/m68k/console/fbcon.cu_short desty, u_short width, u_short height,
height433arch/m68k/console/fbcon.cextern void Cyber_RectFill(u_short x, u_short y, u_short width, u_short height,
height444arch/m68k/console/fbcon.cvoid (*bmove)(struct display *p, int sy, int sx, int dy, int dx, int height,
height447arch/m68k/console/fbcon.cint height, int width);
height1401arch/m68k/console/fbcon.cstatic int fbcon_clear(struct vc_data *conp, int sy, int sx, int height,
height1411arch/m68k/console/fbcon.cif ((sy <= p->cursor_y) && (p->cursor_y < sy+height) &&
height1418arch/m68k/console/fbcon.cif (sy < y_break && sy+height-1 >= y_break) {
height1421arch/m68k/console/fbcon.cp->dispsw->clear(conp, p, real_y(p, sy+b), sx, height-b, width);
height1423arch/m68k/console/fbcon.cp->dispsw->clear(conp, p, real_y(p, sy), sx, height, width);
height1621arch/m68k/console/fbcon.cint height, int width)
height1629arch/m68k/console/fbcon.cif (((sy <= p->cursor_y) && (p->cursor_y < sy+height) &&
height1631arch/m68k/console/fbcon.c((dy <= p->cursor_y) && (p->cursor_y < dy+height) &&
height1642arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, height, width, p->vrows-p->yscroll);
height1649arch/m68k/console/fbcon.cint height, int width, u_int y_break)
height1653arch/m68k/console/fbcon.cif (sy < y_break && sy+height > y_break) {
height1657arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
height1659arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
height1665arch/m68k/console/fbcon.cif (dy < y_break && dy+height > y_break) {
height1669arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
height1671arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
height1676arch/m68k/console/fbcon.cp->dispsw->bmove(p, real_y(p, sy), sx, real_y(p, dy), dx, height, width);
height1862arch/m68k/console/fbcon.cint height, int width)
height1870arch/m68k/console/fbcon.cmymemmove(dest, src, height*p->fontheight*width);
height1874arch/m68k/console/fbcon.cfor (rows = height*p->fontheight; rows--;) {
height1880arch/m68k/console/fbcon.csrc = p->screen_base+((sy+height)*p->fontheight-1)*p->next_line+sx;
height1881arch/m68k/console/fbcon.cdest = p->screen_base+((dy+height)*p->fontheight-1)*p->next_line+dx;
height1882arch/m68k/console/fbcon.cfor (rows = height*p->fontheight; rows--;) {
height1892arch/m68k/console/fbcon.cint height, int width)
height1901arch/m68k/console/fbcon.cmymemset(dest, height*p->fontheight*width);
height1903arch/m68k/console/fbcon.cmymemclear(dest, height*p->fontheight*width);
height1905arch/m68k/console/fbcon.cfor (rows = height*p->fontheight; rows--; dest += p->next_line)
height2000arch/m68k/console/fbcon.cint height, int width)
height2004arch/m68k/console/fbcon.cheight*p->fontheight*p->next_line);
height2012arch/m68k/console/fbcon.cfor (i = p->var.bits_per_pixel*height*p->fontheight; i--;) {
height2018arch/m68k/console/fbcon.csrc = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx;
height2019arch/m68k/console/fbcon.cdest = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx;
height2020arch/m68k/console/fbcon.cfor (i = p->var.bits_per_pixel*height*p->fontheight; i--;) {
height2031arch/m68k/console/fbcon.cint height, int width)
height2040arch/m68k/console/fbcon.cfor (rows = height*p->fontheight; rows--;) {
height2219arch/m68k/console/fbcon.cint height, int width)
height2228arch/m68k/console/fbcon.cmymemmove(dest, src, height*p->fontheight*width);
height2238arch/m68k/console/fbcon.cfor (rows = height*p->fontheight; rows--;) {
height2247arch/m68k/console/fbcon.csrc0 = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx;
height2248arch/m68k/console/fbcon.cdest0 = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx;
height2252arch/m68k/console/fbcon.cfor (rows = height*p->fontheight; rows--;) {
height2265arch/m68k/console/fbcon.cint height, int width)
height2276arch/m68k/console/fbcon.cfor (rows = height*p->fontheight; rows--; dest += p->next_line)
height2465arch/m68k/console/fbcon.cint height, int width)
height2485arch/m68k/console/fbcon.cp->next_line * height * p->fontheight);
height2492arch/m68k/console/fbcon.cu_int colsize  = height * p->fontheight;
height2584arch/m68k/console/fbcon.cint sx, int height, int width)
height2590arch/m68k/console/fbcon.cint lines = height * p->fontheight;
height2729arch/m68k/console/fbcon.cint height, int width)
height2749arch/m68k/console/fbcon.cp->next_line * height * p->fontheight);
height2756arch/m68k/console/fbcon.cu_int colsize  = height * p->fontheight;
height2848arch/m68k/console/fbcon.cint sx, int height, int width)
height2854arch/m68k/console/fbcon.cint lines = height * p->fontheight;
height3008arch/m68k/console/fbcon.cint height, int width)
height3028arch/m68k/console/fbcon.cp->next_line * height * p->fontheight);
height3035arch/m68k/console/fbcon.cu_int colsize  = height * p->fontheight;
height3127arch/m68k/console/fbcon.cint sx, int height, int width)
height3133arch/m68k/console/fbcon.cint lines = height * p->fontheight;
height3295arch/m68k/console/fbcon.cint height, int width)
height3303arch/m68k/console/fbcon.cheight * linesize);
height3309arch/m68k/console/fbcon.cfor (rows = height * p->fontheight ; rows-- ;) {
height3316arch/m68k/console/fbcon.csrc = p->screen_base + (sy+height) * linesize + sx * 8
height3318arch/m68k/console/fbcon.cdst = p->screen_base + (dy+height) * linesize + dx * 8
height3320arch/m68k/console/fbcon.cfor (rows = height * p->fontheight ; rows-- ;) {
height3331arch/m68k/console/fbcon.cint sx, int height, int width)
height3334arch/m68k/console/fbcon.cint bytes=p->next_line,lines=height * p->fontheight, rows, i;
height3451arch/m68k/console/fbcon.cint height, int width)
height3459arch/m68k/console/fbcon.cheight * linesize);
height3465arch/m68k/console/fbcon.cfor (rows = height * p->fontheight ; rows-- ;) {
height3472arch/m68k/console/fbcon.csrc = p->screen_base + (sy+height) * linesize + sx * 16
height3474arch/m68k/console/fbcon.cdst = p->screen_base + (dy+height) * linesize + dx * 16
height3476arch/m68k/console/fbcon.cfor (rows = height * p->fontheight ; rows-- ;) {
height3487arch/m68k/console/fbcon.cint sx, int height, int width)
height3490arch/m68k/console/fbcon.cint bytes=p->next_line,lines=height * p->fontheight, rows, i;
height3617arch/m68k/console/fbcon.cint height, int width)
height3622arch/m68k/console/fbcon.c(u_short)(height*p->fontheight), (u_short)S3_NEW);
height3627arch/m68k/console/fbcon.cint height, int width)
height3634arch/m68k/console/fbcon.c(u_short)(height*p->fontheight), (u_short)S3_NEW,
height40arch/m68k/console/fonts.cint *height;
height56arch/m68k/console/fonts.cint findsoftfont(char *name, int *width, int *height, u_char *data[])
height64arch/m68k/console/fonts.cif (height)
height65arch/m68k/console/fonts.c*height = *softfonts[i].height;
height78arch/m68k/console/fonts.cvoid getdefaultfont(int xres, int yres, char *name[], int *width, int *height,
height86arch/m68k/console/fonts.cif (height)
height87arch/m68k/console/fonts.c*height = fontheight_8x8;
height95arch/m68k/console/fonts.cif (height)
height96arch/m68k/console/fonts.c*height = fontheight_8x16;
height28arch/m68k/console/txtcon.cstatic int txtcon_clear(struct vc_data *conp, int sy, int sx, int height,
height36arch/m68k/console/txtcon.cint height, int width);
height65arch/m68k/console/txtcon.cstatic int txtcon_clear(struct vc_data *conp, int sy, int sx, int height,
height98arch/m68k/console/txtcon.cint height, int width)
height227drivers/sbus/char/suncons.ccursor_reverse (long *dst, int height, const int ints_on_line)
height231drivers/sbus/char/suncons.cfor (j = 0; j < height; j++){
height21include/asm-m68k/font.hextern int findsoftfont(char *name, int *width, int *height, u_char *data[]);
height29include/asm-m68k/font.hint *height, u_char *data[]);
height100include/linux/fb.hint height;      /* height of picture in mm    */
height244include/linux/fb.hu_short height;
height281include/linux/fb.hint height;
height362mm/mmap.cint height = (heightleft<heightright ? heightright : heightleft) + 1;
height363mm/mmap.cif (height == node->vm_avl_height)
height365mm/mmap.cnode->vm_avl_height = height;
height190net/bridge/br_tree.cint height = (heightleft<heightright ? heightright : heightleft) + 1;
height191net/bridge/br_tree.cif (height == node->fdb_avl_height)
height193net/bridge/br_tree.cnode->fdb_avl_height = height;
height61scripts/lxdialog/checklist.cint y, int x, int height)
height78scripts/lxdialog/checklist.cy = y + height + 1;
height81scripts/lxdialog/checklist.cif ((height < item_no) && (scroll + choice < item_no - 1)) {
height99scripts/lxdialog/checklist.cprint_buttons( WINDOW *dialog, int height, int width, int selected)
height102scripts/lxdialog/checklist.cint y = height - 2;
height116scripts/lxdialog/checklist.cdialog_checklist (const char *title, const char *prompt, int height, int width,
height145scripts/lxdialog/checklist.cy = (LINES - height) / 2;
height147scripts/lxdialog/checklist.cdraw_shadow (stdscr, y, x, height, width);
height149scripts/lxdialog/checklist.cdialog = newwin (height, width, y, x);
height152scripts/lxdialog/checklist.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
height154scripts/lxdialog/checklist.cmvwaddch (dialog, height-3, 0, ACS_LTEE);
height171scripts/lxdialog/checklist.cbox_y = height - list_height - 5;
height200scripts/lxdialog/checklist.cprint_buttons(dialog, height, width, 0);
height293scripts/lxdialog/checklist.cprint_buttons(dialog, height, width, button);
height125scripts/lxdialog/dialog.hvoid attr_clear (WINDOW * win, int height, int width, chtype attr);
height130scripts/lxdialog/dialog.hvoid draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
height132scripts/lxdialog/dialog.hvoid draw_shadow (WINDOW * win, int y, int x, int height, int width);
height135scripts/lxdialog/dialog.hint dialog_yesno (const char *title, const char *prompt, int height, int width);
height136scripts/lxdialog/dialog.hint dialog_msgbox (const char *title, const char *prompt, int height,
height138scripts/lxdialog/dialog.hint dialog_textbox (const char *title, const char *file, int height, int width);
height139scripts/lxdialog/dialog.hint dialog_menu (const char *title, const char *prompt, int height, int width,
height142scripts/lxdialog/dialog.hint dialog_checklist (const char *title, const char *prompt, int height,
height146scripts/lxdialog/dialog.hint dialog_inputbox (const char *title, const char *prompt, int height,
height30scripts/lxdialog/inputbox.cprint_buttons(WINDOW *dialog, int height, int width, int selected)
height33scripts/lxdialog/inputbox.cint y = height - 2;
height46scripts/lxdialog/inputbox.cdialog_inputbox (const char *title, const char *prompt, int height, int width,
height56scripts/lxdialog/inputbox.cy = (LINES - height) / 2;
height59scripts/lxdialog/inputbox.cdraw_shadow (stdscr, y, x, height, width);
height61scripts/lxdialog/inputbox.cdialog = newwin (height, width, y, x);
height64scripts/lxdialog/inputbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
height66scripts/lxdialog/inputbox.cmvwaddch (dialog, height-3, 0, ACS_LTEE);
height90scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
height184scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 1);
height188scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
height194scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
height204scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
height208scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 1);
height212scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
height57scripts/lxdialog/menubox.cint y, int x, int height)
height78scripts/lxdialog/menubox.cy = y + height + 1;
height81scripts/lxdialog/menubox.cif ((height < item_no) && (scroll + height < item_no)) {
height101scripts/lxdialog/menubox.cprint_buttons (WINDOW *win, int height, int width, int selected)
height104scripts/lxdialog/menubox.cint y = height - 2;
height118scripts/lxdialog/menubox.cdialog_menu (const char *title, const char *prompt, int height, int width,
height131scripts/lxdialog/menubox.cy = (LINES - height) / 2;
height133scripts/lxdialog/menubox.cdraw_shadow (stdscr, y, x, height, width);
height135scripts/lxdialog/menubox.cdialog = newwin (height, width, y, x);
height138scripts/lxdialog/menubox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
height140scripts/lxdialog/menubox.cmvwaddch (dialog, height - 3, 0, ACS_LTEE);
height157scripts/lxdialog/menubox.cbox_y = height - menu_height - 5;
height197scripts/lxdialog/menubox.cprint_buttons (dialog, height, width, 0);
height308scripts/lxdialog/menubox.cprint_buttons(dialog, height, width, button);
height29scripts/lxdialog/msgbox.cdialog_msgbox (const char *title, const char *prompt, int height, int width,
height37scripts/lxdialog/msgbox.cy = (LINES - height) / 2;
height39scripts/lxdialog/msgbox.cdraw_shadow (stdscr, y, x, height, width);
height41scripts/lxdialog/msgbox.cdialog = newwin (height, width, y, x);
height44scripts/lxdialog/msgbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
height57scripts/lxdialog/msgbox.cmvwaddch (dialog, height - 3, 0, ACS_LTEE);
height64scripts/lxdialog/msgbox.cheight - 2, width / 2 - 4, TRUE);
height25scripts/lxdialog/textbox.cstatic void print_page (WINDOW * win, int height, int width);
height28scripts/lxdialog/textbox.cstatic void print_position (WINDOW * win, int height, int width);
height38scripts/lxdialog/textbox.cdialog_textbox (const char *title, const char *file, int height, int width)
height83scripts/lxdialog/textbox.cy = (LINES - height) / 2;
height86scripts/lxdialog/textbox.cdraw_shadow (stdscr, y, x, height, width);
height88scripts/lxdialog/textbox.cdialog = newwin (height, width, y, x);
height92scripts/lxdialog/textbox.ctext = subwin (dialog, height - 4, width - 2, y + 1, x + 1);
height97scripts/lxdialog/textbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
height100scripts/lxdialog/textbox.cmvwaddch (dialog, height-3, 0, ACS_LTEE);
height112scripts/lxdialog/textbox.cprint_button (dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
height117scripts/lxdialog/textbox.cattr_clear (text, height - 4, width - 2, dialog_attr);
height118scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
height119scripts/lxdialog/textbox.cprint_position (dialog, height, width);
height161scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
height162scripts/lxdialog/textbox.cprint_position (dialog, height, width);
height194scripts/lxdialog/textbox.cback_lines (height - 4);
height195scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
height196scripts/lxdialog/textbox.cprint_position (dialog, height, width);
height216scripts/lxdialog/textbox.cfor (i = 0; i < height - 4; i++) {
height230scripts/lxdialog/textbox.cprint_position (dialog, height, width);
height240scripts/lxdialog/textbox.cback_lines (page_length + height - 4);
height241scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
height242scripts/lxdialog/textbox.cprint_position (dialog, height, width);
height254scripts/lxdialog/textbox.cprint_line (text, height - 5, width - 2);
height256scripts/lxdialog/textbox.cprint_position (dialog, height, width);
height267scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
height268scripts/lxdialog/textbox.cprint_position (dialog, height, width);
height285scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
height297scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
height430scripts/lxdialog/textbox.cprint_page (WINDOW * win, int height, int width)
height435scripts/lxdialog/textbox.cfor (i = 0; i < height; i++) {
height523scripts/lxdialog/textbox.cprint_position (WINDOW * win, int height, int width)
height535scripts/lxdialog/textbox.cwmove (win, height - 3, width - 9);
height112scripts/lxdialog/util.cattr_clear (WINDOW * win, int height, int width, chtype attr)
height117scripts/lxdialog/util.cfor (i = 0; i < height; i++) {
height286scripts/lxdialog/util.cdraw_box (WINDOW * win, int y, int x, int height, int width,
height292scripts/lxdialog/util.cfor (i = 0; i < height; i++) {
height297scripts/lxdialog/util.celse if (i == height - 1 && !j)
height301scripts/lxdialog/util.celse if (i == height - 1 && j == width - 1)
height305scripts/lxdialog/util.celse if (i == height - 1)
height321scripts/lxdialog/util.cdraw_shadow (WINDOW * win, int y, int x, int height, int width)
height327scripts/lxdialog/util.cwmove (win, y + height, x + 2);
height330scripts/lxdialog/util.cfor (i = y + 1; i < y + height + 1; i++) {
height28scripts/lxdialog/yesno.cprint_buttons(WINDOW *dialog, int height, int width, int selected)
height31scripts/lxdialog/yesno.cint y = height - 2;
height44scripts/lxdialog/yesno.cdialog_yesno (const char *title, const char *prompt, int height, int width)
height51scripts/lxdialog/yesno.cy = (LINES - height) / 2;
height53scripts/lxdialog/yesno.cdraw_shadow (stdscr, y, x, height, width);
height55scripts/lxdialog/yesno.cdialog = newwin (height, width, y, x);
height58scripts/lxdialog/yesno.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
height60scripts/lxdialog/yesno.cmvwaddch (dialog, height-3, 0, ACS_LTEE);
height76scripts/lxdialog/yesno.cprint_buttons(dialog, height, width, 0);
height96scripts/lxdialog/yesno.cprint_buttons(dialog, height, width, button);