OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backtitle
(Results
1 - 2
of
2
) sorted by null
/external/toybox/kconfig/lxdialog/
dialog.h
104
const char *
backtitle
;
member in struct:dialog_info
190
void init_dialog(const char *
backtitle
);
util.c
256
if (dlg.
backtitle
!= NULL) {
260
mvwaddstr(stdscr, 0, 1, (char *)dlg.
backtitle
);
271
void init_dialog(const char *
backtitle
)
273
dlg.
backtitle
=
backtitle
;
Completed in 58 milliseconds