Searched refs:border_attr (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/scripts/lxdialog/ |
D | msgbox.c | 44 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_msgbox() 64 wattrset (dialog, border_attr); in dialog_msgbox()
|
D | yesno.c | 58 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_yesno() 59 wattrset (dialog, border_attr); in dialog_yesno()
|
D | inputbox.c | 64 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_inputbox() 65 wattrset (dialog, border_attr); in dialog_inputbox() 96 border_attr, dialog_attr); in dialog_inputbox()
|
D | checklist.c | 156 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_checklist() 157 wattrset (dialog, border_attr); in dialog_checklist()
|
D | dialog.h | 95 #define border_attr attributes[4] macro
|
D | menubox.c | 187 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_menu() 188 wattrset (dialog, border_attr); in dialog_menu()
|
D | textbox.c | 99 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_textbox() 101 wattrset (dialog, border_attr); in dialog_textbox()
|