HomeSort by relevance Sort by last modified time
    Searched full:boxw (Results 1 - 1 of 1) sorted by null

  /external/toybox/kconfig/lxdialog/
textbox.c 38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw,
41 print_page(box, boxh, boxw);
55 int height, width, boxh, boxw; local
96 boxw = width - 2;
97 box = subwin(dialog, boxh, boxw, y + 1, x + 1);
122 attr_clear(box, boxh, boxw, dlg.dialog.atr);
123 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x);
140 refresh_text_box(dialog, box, boxh, boxw,
151 refresh_text_box(dialog, box, boxh, boxw,
175 print_line(box, 0, boxw);
    [all...]

Completed in 130 milliseconds