OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_clear
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/lxdialog/
dialog.h
193
void
attr_clear
(WINDOW * win, int height, int width, chtype attr);
util.c
239
void
attr_clear
(WINDOW * win, int height, int width, chtype attr)
function
254
attr_clear
(stdscr, LINES, COLS, dlg.screen.atr);
textbox.c
122
attr_clear
(box, boxh, boxw, dlg.dialog.atr);
Completed in 99 milliseconds