taglinefilesource code
width2530arch/m68k/amiga/amifb.cvar->width = -1;
width3480arch/m68k/amiga/amifb.cvar->width = -1;
width4237arch/m68k/amiga/amifb.c#define CNVT_TOHW(val,width)     ((((val)<<(width))+0x7fff-(val))>>16)
width4238arch/m68k/amiga/amifb.c#define CNVT_FROMHW(val,width)   (((width) ? ((((val)<<16)-(val)) / \
width4239arch/m68k/amiga/amifb.c((1<<(width))-1)) : 0))
width613arch/m68k/atari/atafb.cvar->width=-1;
width1292arch/m68k/atari/atafb.cvar->width=-1;
width1792arch/m68k/atari/atafb.cvar->width=-1;
width2093arch/m68k/atari/atafb.cvar->width=-1;
width2383arch/m68k/atari/atafb.c#define CNVT_TOHW(val,width)  (((val) << (width)) + 0x7fff - (val)) >> 16
width2384arch/m68k/atari/atafb.c#define CNVT_FROMHW(val,width) ((width)?((((val) << 16) - (val)) / ((1<<(width))-1)):0)
width229arch/m68k/console/fbcon.cint width);
width236arch/m68k/console/fbcon.cint height, int width);
width273arch/m68k/console/fbcon.cint height, int width, u_int y_break);
width282arch/m68k/console/fbcon.cint height, int width);
width284arch/m68k/console/fbcon.cint height, int width);
width299arch/m68k/console/fbcon.cint height, int width);
width301arch/m68k/console/fbcon.cint height, int width);
width316arch/m68k/console/fbcon.cint height, int width);
width318arch/m68k/console/fbcon.cint height, int width);
width333arch/m68k/console/fbcon.cint height, int width);
width335arch/m68k/console/fbcon.cint sx, int height, int width);
width350arch/m68k/console/fbcon.cint height, int width);
width352arch/m68k/console/fbcon.cint sx, int height, int width);
width367arch/m68k/console/fbcon.cint height, int width);
width369arch/m68k/console/fbcon.cint sx, int height, int width);
width384arch/m68k/console/fbcon.cint height, int width);
width386arch/m68k/console/fbcon.cint sx, int height, int width);
width401arch/m68k/console/fbcon.cint height, int width);
width403arch/m68k/console/fbcon.cint sx, int height, int width);
width418arch/m68k/console/fbcon.cint height, int width);
width420arch/m68k/console/fbcon.cint height, int width);
width430arch/m68k/console/fbcon.cu_short desty, u_short width, u_short height,
width432arch/m68k/console/fbcon.cextern void Cyber_RectFill(u_short x, u_short y, u_short width, u_short height,
width444arch/m68k/console/fbcon.cint width);
width446arch/m68k/console/fbcon.cint height, int width);
width1386arch/m68k/console/fbcon.cint width)
width1396arch/m68k/console/fbcon.c(sx <= p->cursor_x) && (p->cursor_x < sx+width))
width1404arch/m68k/console/fbcon.cp->dispsw->clear(conp, p, real_y(p, sy), sx, b, width);
width1405arch/m68k/console/fbcon.cp->dispsw->clear(conp, p, real_y(p, sy+b), sx, height-b, width);
width1407arch/m68k/console/fbcon.cp->dispsw->clear(conp, p, real_y(p, sy), sx, height, width);
width1607arch/m68k/console/fbcon.cint height, int width)
width1616arch/m68k/console/fbcon.c(sx <= p->cursor_x) && (p->cursor_x < sx+width)) ||
width1618arch/m68k/console/fbcon.c(dx <= p->cursor_x) && (p->cursor_x < dx+width)))
width1628arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, height, width, conp->vc_rows-p->yscroll);
width1635arch/m68k/console/fbcon.cint height, int width, u_int y_break)
width1642arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);
width1643arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
width1645arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
width1646arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);
width1654arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);
width1655arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
width1657arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
width1658arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);
width1662arch/m68k/console/fbcon.cp->dispsw->bmove(p, real_y(p, sy), sx, real_y(p, dy), dx, height, width);
width1720arch/m68k/console/fbcon.cint height, int width)
width1725arch/m68k/console/fbcon.cif (sx == 0 && sy == 0 && width == p->next_line) {
width1727arch/m68k/console/fbcon.cdest = p->screen_base+dy*p->fontheight*width;
width1728arch/m68k/console/fbcon.cmymemmove(dest, src, height*p->fontheight*width);
width1733arch/m68k/console/fbcon.cmymemmove(dest, src, width);
width1741arch/m68k/console/fbcon.cmymemmove(dest, src, width);
width1750arch/m68k/console/fbcon.cint height, int width)
width1757arch/m68k/console/fbcon.cif (sx == 0 && width == p->next_line)
width1759arch/m68k/console/fbcon.cmymemset(dest, height*p->fontheight*width);
width1761arch/m68k/console/fbcon.cmymemclear(dest, height*p->fontheight*width);
width1765arch/m68k/console/fbcon.cmymemset(dest, width);
width1767arch/m68k/console/fbcon.cmymemclear_small(dest, width);
width1858arch/m68k/console/fbcon.cint height, int width)
width1860arch/m68k/console/fbcon.cif (sx == 0 && sy == 0 && width == p->next_plane)
width1871arch/m68k/console/fbcon.cmymemmove(dest, src, width);
width1881arch/m68k/console/fbcon.cmymemmove(dest, src, width);
width1889arch/m68k/console/fbcon.cint height, int width)
width1902arch/m68k/console/fbcon.cmymemset(dest, width);
width1904arch/m68k/console/fbcon.cmymemclear(dest, width);
width2077arch/m68k/console/fbcon.cint height, int width)
width2082arch/m68k/console/fbcon.cif (sx == 0 && sy == 0 && width == p->next_line) {
width2084arch/m68k/console/fbcon.cdest = p->screen_base+dy*p->fontheight*width;
width2086arch/m68k/console/fbcon.cmymemmove(dest, src, height*p->fontheight*width);
width2097arch/m68k/console/fbcon.cmymemmove(dest, src, width);
width2113arch/m68k/console/fbcon.cmymemmove(dest, src, width);
width2123arch/m68k/console/fbcon.cint height, int width)
width2136arch/m68k/console/fbcon.cmymemset(dest, width);
width2138arch/m68k/console/fbcon.cmymemclear(dest, width);
width2323arch/m68k/console/fbcon.cint height, int width)
width2337arch/m68k/console/fbcon.cif (sx == 0 && dx == 0 && width == p->next_line/2) {
width2365arch/m68k/console/fbcon.c--width;
width2368arch/m68k/console/fbcon.cif (width > 1) {
width2370arch/m68k/console/fbcon.cmymemmove(dst, src, (width>>1)*4);
width2376arch/m68k/console/fbcon.cif (width & 1) {
width2379arch/m68k/console/fbcon.cmemmove_2p_col(dst + (width>>1)*4, src + (width>>1)*4,
width2385arch/m68k/console/fbcon.cif (!((sx+width-1) & 1)) {
width2386arch/m68k/console/fbcon.csrc = p->screen_base + sy * linesize + ((sx+width-1)>>1)*4;
width2387arch/m68k/console/fbcon.cdst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*4;
width2389arch/m68k/console/fbcon.c--width;
width2395arch/m68k/console/fbcon.cif (width > 1) {
width2401arch/m68k/console/fbcon.cmymemmove(dst, src, (width>>1)*4);
width2405arch/m68k/console/fbcon.cif (width & 1) {
width2417arch/m68k/console/fbcon.cfor(cols = width; cols > 0; --cols) {
width2424arch/m68k/console/fbcon.csx += width-1;
width2425arch/m68k/console/fbcon.cdx += width-1;
width2428arch/m68k/console/fbcon.cfor(cols = width; cols > 0; --cols) {
width2442arch/m68k/console/fbcon.cint sx, int height, int width)
width2455arch/m68k/console/fbcon.cif (sx == 0 && width == bytes/2) {
width2477arch/m68k/console/fbcon.cwidth--;
width2480arch/m68k/console/fbcon.cif (width & 1) {
width2481arch/m68k/console/fbcon.cmemclear_2p_col(start + (width>>1)*4, lines, pcval, bytes);
width2482arch/m68k/console/fbcon.cwidth--;
width2485arch/m68k/console/fbcon.cif (width) {
width2487arch/m68k/console/fbcon.cmemset_even_2p(start, width*2, cval);
width2587arch/m68k/console/fbcon.cint height, int width)
width2601arch/m68k/console/fbcon.cif (sx == 0 && dx == 0 && width == p->next_line/4) {
width2629arch/m68k/console/fbcon.c--width;
width2632arch/m68k/console/fbcon.cif (width > 1) {
width2634arch/m68k/console/fbcon.cmymemmove(dst, src, (width>>1)*8);
width2640arch/m68k/console/fbcon.cif (width & 1) {
width2643arch/m68k/console/fbcon.cmemmove_4p_col(dst + (width>>1)*8, src + (width>>1)*8,
width2649arch/m68k/console/fbcon.cif (!((sx+width-1) & 1)) {
width2650arch/m68k/console/fbcon.csrc = p->screen_base + sy * linesize + ((sx+width-1)>>1)*8;
width2651arch/m68k/console/fbcon.cdst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*8;
width2653arch/m68k/console/fbcon.c--width;
width2659arch/m68k/console/fbcon.cif (width > 1) {
width2665arch/m68k/console/fbcon.cmymemmove(dst, src, (width>>1)*8);
width2669arch/m68k/console/fbcon.cif (width & 1) {
width2681arch/m68k/console/fbcon.cfor(cols = width; cols > 0; --cols) {
width2688arch/m68k/console/fbcon.csx += width-1;
width2689arch/m68k/console/fbcon.cdx += width-1;
width2692arch/m68k/console/fbcon.cfor(cols = width; cols > 0; --cols) {
width2706arch/m68k/console/fbcon.cint sx, int height, int width)
width2718arch/m68k/console/fbcon.cif (sx == 0 && width == bytes/4) {
width2740arch/m68k/console/fbcon.cwidth--;
width2743arch/m68k/console/fbcon.cif (width & 1) {
width2744arch/m68k/console/fbcon.cmemclear_4p_col(start + (width>>1)*8, lines, pcval, bytes);
width2745arch/m68k/console/fbcon.cwidth--;
width2748arch/m68k/console/fbcon.cif (width) {
width2750arch/m68k/console/fbcon.cmemset_even_4p(start, width*4, cval1, cval2);
width2866arch/m68k/console/fbcon.cint height, int width)
width2880arch/m68k/console/fbcon.cif (sx == 0 && dx == 0 && width == p->next_line/8) {
width2908arch/m68k/console/fbcon.c--width;
width2911arch/m68k/console/fbcon.cif (width > 1) {
width2913arch/m68k/console/fbcon.cfast_memmove (dst, src, (width >> 1) * 16);
width2919arch/m68k/console/fbcon.cif (width & 1) {
width2922arch/m68k/console/fbcon.cmemmove_8p_col(dst + (width>>1)*16, src + (width>>1)*16,
width2928arch/m68k/console/fbcon.cif (!((sx+width-1) & 1)) {
width2929arch/m68k/console/fbcon.csrc = p->screen_base + sy * linesize + ((sx+width-1)>>1)*16;
width2930arch/m68k/console/fbcon.cdst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*16;
width2932arch/m68k/console/fbcon.c--width;
width2938arch/m68k/console/fbcon.cif (width > 1) {
width2944arch/m68k/console/fbcon.cfast_memmove (dst, src, (width>>1)*16);
width2948arch/m68k/console/fbcon.cif (width & 1) {
width2960arch/m68k/console/fbcon.cfor(cols = width; cols > 0; --cols) {
width2967arch/m68k/console/fbcon.csx += width-1;
width2968arch/m68k/console/fbcon.cdx += width-1;
width2971arch/m68k/console/fbcon.cfor(cols = width; cols > 0; --cols) {
width2985arch/m68k/console/fbcon.cint sx, int height, int width)
width2997arch/m68k/console/fbcon.cif (sx == 0 && width == bytes/8) {
width3019arch/m68k/console/fbcon.cwidth--;
width3022arch/m68k/console/fbcon.cif (width & 1) {
width3023arch/m68k/console/fbcon.cmemclear_8p_col(start + (width>>1)*16, lines, pcval1,
width3025arch/m68k/console/fbcon.cwidth--;
width3028arch/m68k/console/fbcon.cif (width) {
width3030arch/m68k/console/fbcon.cmemset_even_8p(start, width*8, cval1, cval2, cval3, cval4);
width3153arch/m68k/console/fbcon.cint height, int width)
width3158arch/m68k/console/fbcon.cif (sx == 0 && dx == 0 && width * 8 == bytes) {
width3168arch/m68k/console/fbcon.cmymemmove(dst, src, width * 8);
width3179arch/m68k/console/fbcon.cmymemmove(dst, src, width * 8);
width3189arch/m68k/console/fbcon.cint sx, int height, int width)
width3201arch/m68k/console/fbcon.cif (sx == 0 && width * 8 == bytes) {
width3202arch/m68k/console/fbcon.cfor (i = 0 ; i < lines * width ; i++) {
width3211arch/m68k/console/fbcon.cfor (i = 0 ; i < width ; i++) {
width3309arch/m68k/console/fbcon.cint height, int width)
width3314arch/m68k/console/fbcon.cif (sx == 0 && dx == 0 && width * 16 == bytes) {
width3324arch/m68k/console/fbcon.cmymemmove(dst, src, width * 16);
width3335arch/m68k/console/fbcon.cmymemmove(dst, src, width * 16);
width3345arch/m68k/console/fbcon.cint sx, int height, int width)
width3357arch/m68k/console/fbcon.cif (sx == 0 && width * 16 == bytes) {
width3358arch/m68k/console/fbcon.cfor (i = 0 ; i < lines * width ; i++) {
width3369arch/m68k/console/fbcon.cfor (i = 0 ; i < width ; i++) {
width3475arch/m68k/console/fbcon.cint height, int width)
width3477arch/m68k/console/fbcon.csx *= 8; dx *= 8; width *= 8;
width3479arch/m68k/console/fbcon.c(u_short)(dy*p->fontheight), (u_short)width,
width3485arch/m68k/console/fbcon.cint height, int width)
width3489arch/m68k/console/fbcon.csx *= 8; width *= 8;
width3491arch/m68k/console/fbcon.cCyber_RectFill((u_short)sx, (u_short)(sy*p->fontheight), (u_short)width,
width39arch/m68k/console/fonts.cint *width;
width56arch/m68k/console/fonts.cint findsoftfont(char *name, int *width, int *height, u_char *data[])
width62arch/m68k/console/fonts.cif (width)
width63arch/m68k/console/fonts.c*width = *softfonts[i].width;
width78arch/m68k/console/fonts.cvoid getdefaultfont(int xres, int yres, char *name[], int *width, int *height,
width84arch/m68k/console/fonts.cif (width)
width85arch/m68k/console/fonts.c*width = fontwidth_8x8;
width93arch/m68k/console/fonts.cif (width)
width94arch/m68k/console/fonts.c*width = fontwidth_8x16;
width29arch/m68k/console/txtcon.cint width);
width36arch/m68k/console/txtcon.cint height, int width);
width66arch/m68k/console/txtcon.cint width)
width98arch/m68k/console/txtcon.cint height, int width)
width583arch/sparc/kernel/sys_sunos.casmlinkage int sunos_select(int width, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp)
width587arch/sparc/kernel/sys_sunos.creturn sys_select (width, inp, outp, exp, tvp);
width21include/asm-m68k/font.hextern int findsoftfont(char *name, int *width, int *heigth, u_char *data[]);
width28include/asm-m68k/font.hextern void getdefaultfont(int xres, int yres, char *name[], int *width,
width103include/linux/fb.hint width;      /* width of picture in mm     */
width99scripts/lxdialog/checklist.cprint_buttons( WINDOW *dialog, int height, int width, int selected)
width101scripts/lxdialog/checklist.cint x = width / 2 - 11;
width116scripts/lxdialog/checklist.cdialog_checklist (const char *title, const char *prompt, int height, int width,
width144scripts/lxdialog/checklist.cx = (COLS - width) / 2;
width147scripts/lxdialog/checklist.cdraw_shadow (stdscr, y, x, height, width);
width149scripts/lxdialog/checklist.cdialog = newwin (height, width, y, x);
width152scripts/lxdialog/checklist.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
width155scripts/lxdialog/checklist.cfor (i = 0; i < width - 2; i++)
width162scripts/lxdialog/checklist.cmvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
width168scripts/lxdialog/checklist.cprint_autowrap (dialog, prompt, width - 2, 1, 3);
width170scripts/lxdialog/checklist.clist_width = width - 6;
width172scripts/lxdialog/checklist.cbox_x = (width - list_width) / 2 - 1;
width200scripts/lxdialog/checklist.cprint_buttons(dialog, height, width, 0);
width293scripts/lxdialog/checklist.cprint_buttons(dialog, height, width, button);
width125scripts/lxdialog/dialog.hvoid attr_clear (WINDOW * win, int height, int width, chtype attr);
width128scripts/lxdialog/dialog.hvoid print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x);
width130scripts/lxdialog/dialog.hvoid draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
width132scripts/lxdialog/dialog.hvoid draw_shadow (WINDOW * win, int y, int x, int height, int width);
width135scripts/lxdialog/dialog.hint dialog_yesno (const char *title, const char *prompt, int height, int width);
width137scripts/lxdialog/dialog.hint width, int pause);
width138scripts/lxdialog/dialog.hint dialog_textbox (const char *title, const char *file, int height, int width);
width139scripts/lxdialog/dialog.hint dialog_menu (const char *title, const char *prompt, int height, int width,
width143scripts/lxdialog/dialog.hint width, int list_height, int item_no,
width147scripts/lxdialog/dialog.hint width, const char *init);
width30scripts/lxdialog/inputbox.cprint_buttons(WINDOW *dialog, int height, int width, int selected)
width32scripts/lxdialog/inputbox.cint x = width / 2 - 11;
width46scripts/lxdialog/inputbox.cdialog_inputbox (const char *title, const char *prompt, int height, int width,
width55scripts/lxdialog/inputbox.cx = (COLS - width) / 2;
width59scripts/lxdialog/inputbox.cdraw_shadow (stdscr, y, x, height, width);
width61scripts/lxdialog/inputbox.cdialog = newwin (height, width, y, x);
width64scripts/lxdialog/inputbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
width67scripts/lxdialog/inputbox.cfor (i = 0; i < width - 2; i++)
width74scripts/lxdialog/inputbox.cmvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
width80scripts/lxdialog/inputbox.cprint_autowrap (dialog, prompt, width - 2, 1, 3);
width83scripts/lxdialog/inputbox.cbox_width = width - 6;
width86scripts/lxdialog/inputbox.cbox_x = (width - box_width) / 2;
width90scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
width184scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 1);
width188scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
width194scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
width204scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
width208scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 1);
width212scripts/lxdialog/inputbox.cprint_buttons(dialog, height, width, 0);
width101scripts/lxdialog/menubox.cprint_buttons (WINDOW *win, int height, int width, int selected)
width103scripts/lxdialog/menubox.cint x = width / 2 - 16;
width118scripts/lxdialog/menubox.cdialog_menu (const char *title, const char *prompt, int height, int width,
width130scripts/lxdialog/menubox.cx = (COLS - width) / 2;
width133scripts/lxdialog/menubox.cdraw_shadow (stdscr, y, x, height, width);
width135scripts/lxdialog/menubox.cdialog = newwin (height, width, y, x);
width138scripts/lxdialog/menubox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
width141scripts/lxdialog/menubox.cfor (i = 0; i < width - 2; i++)
width148scripts/lxdialog/menubox.cmvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
width154scripts/lxdialog/menubox.cprint_autowrap (dialog, prompt, width - 2, 1, 3);
width156scripts/lxdialog/menubox.cmenu_width = width - 6;
width158scripts/lxdialog/menubox.cbox_x = (width - menu_width) / 2 - 1;
width197scripts/lxdialog/menubox.cprint_buttons (dialog, height, width, 0);
width308scripts/lxdialog/menubox.cprint_buttons(dialog, height, width, button);
width29scripts/lxdialog/msgbox.cdialog_msgbox (const char *title, const char *prompt, int height, int width,
width36scripts/lxdialog/msgbox.cx = (COLS - width) / 2;
width39scripts/lxdialog/msgbox.cdraw_shadow (stdscr, y, x, height, width);
width41scripts/lxdialog/msgbox.cdialog = newwin (height, width, y, x);
width44scripts/lxdialog/msgbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
width48scripts/lxdialog/msgbox.cmvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
width53scripts/lxdialog/msgbox.cprint_autowrap (dialog, prompt, width - 2, 1, 2);
width58scripts/lxdialog/msgbox.cfor (i = 0; i < width - 2; i++)
width64scripts/lxdialog/msgbox.cheight - 2, width / 2 - 4, TRUE);
width25scripts/lxdialog/textbox.cstatic void print_page (WINDOW * win, int height, int width);
width26scripts/lxdialog/textbox.cstatic void print_line (WINDOW * win, int row, int width);
width28scripts/lxdialog/textbox.cstatic void print_position (WINDOW * win, int height, int width);
width38scripts/lxdialog/textbox.cdialog_textbox (const char *title, const char *file, int height, int width)
width82scripts/lxdialog/textbox.cx = (COLS - width) / 2;
width86scripts/lxdialog/textbox.cdraw_shadow (stdscr, y, x, height, width);
width88scripts/lxdialog/textbox.cdialog = newwin (height, width, y, x);
width92scripts/lxdialog/textbox.ctext = subwin (dialog, height - 4, width - 2, y + 1, x + 1);
width97scripts/lxdialog/textbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
width101scripts/lxdialog/textbox.cfor (i = 0; i < width - 2; i++)
width108scripts/lxdialog/textbox.cmvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
width112scripts/lxdialog/textbox.cprint_button (dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
width117scripts/lxdialog/textbox.cattr_clear (text, height - 4, width - 2, dialog_attr);
width118scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
width119scripts/lxdialog/textbox.cprint_position (dialog, height, width);
width161scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
width162scripts/lxdialog/textbox.cprint_position (dialog, height, width);
width195scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
width196scripts/lxdialog/textbox.cprint_position (dialog, height, width);
width219scripts/lxdialog/textbox.cprint_line (text, 0, width - 2);
width230scripts/lxdialog/textbox.cprint_position (dialog, height, width);
width241scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
width242scripts/lxdialog/textbox.cprint_position (dialog, height, width);
width254scripts/lxdialog/textbox.cprint_line (text, height - 5, width - 2);
width256scripts/lxdialog/textbox.cprint_position (dialog, height, width);
width267scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
width268scripts/lxdialog/textbox.cprint_position (dialog, height, width);
width285scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
width297scripts/lxdialog/textbox.cprint_page (text, height - 4, width - 2);
width430scripts/lxdialog/textbox.cprint_page (WINDOW * win, int height, int width)
width436scripts/lxdialog/textbox.cprint_line (win, i, width);
width449scripts/lxdialog/textbox.cprint_line (WINDOW * win, int row, int width)
width458scripts/lxdialog/textbox.cwaddnstr (win, line, MIN (strlen (line), width - 2));
width462scripts/lxdialog/textbox.cfor (i = 0; i < width - x; i++)
width523scripts/lxdialog/textbox.cprint_position (WINDOW * win, int height, int width)
width535scripts/lxdialog/textbox.cwmove (win, height - 3, width - 9);
width112scripts/lxdialog/util.cattr_clear (WINDOW * win, int height, int width, chtype attr)
width119scripts/lxdialog/util.cfor (j = 0; j < width; j++)
width198scripts/lxdialog/util.cprint_autowrap (WINDOW * win, const char *prompt, int width, int y, int x)
width215scripts/lxdialog/util.cif (prompt_len <= width - x * 2) {  /* If prompt is short */
width216scripts/lxdialog/util.cwmove (win, y, (width - prompt_len) / 2);
width231scripts/lxdialog/util.croom = width - cur_x;
width286scripts/lxdialog/util.cdraw_box (WINDOW * win, int y, int x, int height, int width,
width294scripts/lxdialog/util.cfor (j = 0; j < width; j++)
width299scripts/lxdialog/util.celse if (!i && j == width - 1)
width301scripts/lxdialog/util.celse if (i == height - 1 && j == width - 1)
width309scripts/lxdialog/util.celse if (j == width - 1)
width321scripts/lxdialog/util.cdraw_shadow (WINDOW * win, int y, int x, int height, int width)
width328scripts/lxdialog/util.cfor (i = 0; i < width; i++)
width331scripts/lxdialog/util.cwmove (win, i, x + width);
width28scripts/lxdialog/yesno.cprint_buttons(WINDOW *dialog, int height, int width, int selected)
width30scripts/lxdialog/yesno.cint x = width / 2 - 10;
width44scripts/lxdialog/yesno.cdialog_yesno (const char *title, const char *prompt, int height, int width)
width50scripts/lxdialog/yesno.cx = (COLS - width) / 2;
width53scripts/lxdialog/yesno.cdraw_shadow (stdscr, y, x, height, width);
width55scripts/lxdialog/yesno.cdialog = newwin (height, width, y, x);
width58scripts/lxdialog/yesno.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
width61scripts/lxdialog/yesno.cfor (i = 0; i < width - 2; i++)
width68scripts/lxdialog/yesno.cmvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
width74scripts/lxdialog/yesno.cprint_autowrap (dialog, prompt, width - 2, 1, 3);
width76scripts/lxdialog/yesno.cprint_buttons(dialog, height, width, 0);
width96scripts/lxdialog/yesno.cprint_buttons(dialog, height, width, button);