Home
last modified time | relevance | path

Searched refs:wattrset (Results 1 – 17 of 17) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dchecklist.c36 wattrset(win, dlg.menubox.atr); in print_item()
42 wattrset(win, selected ? dlg.check_selected.atr in print_item()
46 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
48 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
65 wattrset(win, dlg.uarrow.atr); in print_arrows()
69 wattrset(win, dlg.menubox.atr); in print_arrows()
80 wattrset(win, dlg.darrow.atr); in print_arrows()
84 wattrset(win, dlg.menubox_border.atr); in print_arrows()
147 wattrset(dialog, dlg.border.atr); in dialog_checklist()
151 wattrset(dialog, dlg.dialog.atr); in dialog_checklist()
[all …]
Dmenubox.c77 wattrset(win, dlg.menubox.atr); in do_print_item()
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
121 wattrset(win, dlg.uarrow.atr); in print_arrows()
125 wattrset(win, dlg.menubox.atr); in print_arrows()
137 wattrset(win, dlg.darrow.atr); in print_arrows()
141 wattrset(win, dlg.menubox_border.atr); in print_arrows()
214 wattrset(dialog, dlg.border.atr); in dialog_menu()
218 wattrset(dialog, dlg.dialog.atr); in dialog_menu()
224 wattrset(dialog, dlg.dialog.atr); in dialog_menu()
Dinputbox.c74 wattrset(dialog, dlg.border.atr); in dialog_inputbox()
78 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox()
83 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox()
98 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
131 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
151 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
Dyesno.c64 wattrset(dialog, dlg.border.atr); in dialog_yesno()
68 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
73 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
Dutil.c243 wattrset(win, attr); in attr_clear()
259 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
301 wattrset(dialog, dlg.title.atr); in print_title()
381 wattrset(win, selected ? dlg.button_active.atr in print_button()
386 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
390 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
393 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
396 wattrset(win, selected ? dlg.button_active.atr in print_button()
411 wattrset(win, 0); in draw_box()
445 wattrset(win, dlg.shadow.atr); in draw_shadow()
Dtextbox.c98 wattrset(box, dlg.dialog.atr); in dialog_textbox()
107 wattrset(dialog, dlg.border.atr); in dialog_textbox()
111 wattrset(dialog, dlg.dialog.atr); in dialog_textbox()
386 wattrset(win, dlg.position_indicator.atr); in print_position()
/external/e2fsprogs/ext2ed/
Dfile_com.c277 wattrset (show_pad,A_REVERSE); in file_show_hex()
285 wattrset (show_pad,A_NORMAL); in file_show_hex()
293 wattrset (show_pad,A_REVERSE); in file_show_hex()
298 wattrset (show_pad,A_NORMAL); in file_show_hex()
344 wattrset (show_pad,A_REVERSE); in file_show_text()
364 wattrset (show_pad,A_NORMAL); in file_show_text()
Ddir_com.c460 wattrset (show_pad,A_REVERSE); in action_show()
472 wattrset (show_pad,A_NORMAL); in action_show()
647 wattrset (show_pad,A_REVERSE); in type_dir___set()
653 wattrset (show_pad,A_NORMAL); in type_dir___set()
Dinodebitmap_com.c174 wattrset (show_pad,A_REVERSE); in type_ext2_inode_bitmap___show()
184 wattrset (show_pad,A_NORMAL); in type_ext2_inode_bitmap___show()
Dblockbitmap_com.c224 wattrset (show_pad,A_REVERSE); in type_ext2_block_bitmap___show()
234 wattrset (show_pad,A_NORMAL); in type_ext2_block_bitmap___show()
Dgeneral_com.c634 wattrset (show_pad,A_REVERSE); in show()
641 wattrset (show_pad,A_NORMAL); in show()
646 wattrset (show_pad,A_REVERSE); in show()
651 wattrset (show_pad,A_NORMAL); in show()
/external/syslinux/gpxe/src/hci/mucurses/
Dwinattrs.c52 int wattrset ( WINDOW *win, int attrs ) { in wattrset() function
112 wattrset( win, attrs | COLOUR_PAIR ( cpair ) ); in wattr_set()
Dslk.c67 wattrset ( stdscr, slks->attrs ); in _enter_slk()
/external/syslinux/gpxe/src/include/
Dcurses.h418 extern int wattrset ( WINDOW *, int ) __nonnull;
503 return wattrset ( stdscr, attrs ); in attrset()
523 wattrset ( stdscr, ch ); in bkgdset()
740 return wattrset( win, ch ); in wbkgdset()
748 return wattrset ( win, A_DEFAULT ); in wstandend()
752 return wattrset ( win, A_STANDOUT ); in wstandout()
/external/python/cpython2/Modules/
D_cursesmodule.c458 (void)wattrset(self->win,attr); in PyCursesWindow_AddStr()
465 (void)wattrset(self->win,attr_old); in PyCursesWindow_AddStr()
507 (void)wattrset(self->win,attr); in PyCursesWindow_AddNStr()
514 (void)wattrset(self->win,attr_old); in PyCursesWindow_AddNStr()
573 return PyCursesCheckERR(wattrset(self->win, (attr_t)lattr), "attrset"); in PyCursesWindow_AttrSet()
1166 (void)wattrset(self->win,attr); in PyCursesWindow_InsStr()
1173 (void)wattrset(self->win,attr_old); in PyCursesWindow_InsStr()
1215 (void)wattrset(self->win,attr); in PyCursesWindow_InsNStr()
1222 (void)wattrset(self->win,attr_old); in PyCursesWindow_InsNStr()
/external/python/cpython3/Modules/
D_cursesmodule.c687 (void)wattrset(self->win,attr); in PyCursesWindow_AddStr()
710 (void)wattrset(self->win,attr_old); in PyCursesWindow_AddStr()
764 (void)wattrset(self->win,attr); in PyCursesWindow_AddNStr()
787 (void)wattrset(self->win,attr_old); in PyCursesWindow_AddNStr()
844 return PyCursesCheckERR(wattrset(self->win, (attr_t)lattr), "attrset"); in PyCursesWindow_AttrSet()
1478 (void)wattrset(self->win,attr); in PyCursesWindow_InsStr()
1501 (void)wattrset(self->win,attr_old); in PyCursesWindow_InsStr()
1556 (void)wattrset(self->win,attr); in PyCursesWindow_InsNStr()
1579 (void)wattrset(self->win,attr_old); in PyCursesWindow_InsNStr()
/external/autotest/client/profilers/powertop/src/
Ddisplay.c142 wattrset(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR)); in show_title_bar()