OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dialog_input_result
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/lxdialog/
dialog.h
140
extern char
dialog_input_result
[];
211
extern char
dialog_input_result
[];
inputbox.c
24
char
dialog_input_result
[MAX_LEN + 1];
variable
49
char *instr =
dialog_input_result
;
/external/toybox/kconfig/
mconf.c
418
sym_arr = sym_re_search(
dialog_input_result
);
794
if (sym_set_string_value(menu->sym,
dialog_input_result
))
817
if (!
dialog_input_result
[0])
819
if (!conf_read(
dialog_input_result
))
841
if (!
dialog_input_result
[0])
843
if (!conf_write(
dialog_input_result
))
Completed in 48 milliseconds