Searched refs:boxh (Results 1 – 2 of 2) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument 41 print_page(box, boxh, boxw); in refresh_text_box() 55 int height, width, boxh, boxw; in dialog_textbox() local 95 boxh = height - 4; in dialog_textbox() 97 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox() 122 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 123 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox() 140 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 150 back_lines(boxh); in dialog_textbox() 151 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() [all …]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | namedEntities.test | 15502 "input": "&boxh", 15503 "description": "Bad named entity: boxh without a semi-colon", 15508 "&boxh" 15513 "input": "─", 15514 "description": "Named entity: boxh; with a semi-colon",
|