OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dialog_textbox
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/lxdialog/
textbox.c
51
int
dialog_textbox
(const char *title, const char *tbuf,
function
268
* Go back 'n' lines in text. Called by
dialog_textbox
().
301
* Print a new page of text. Called by
dialog_textbox
().
319
* Print a new line of text. Called by
dialog_textbox
() and print_page().
346
* Return current line of text. Called by
dialog_textbox
() and print_line().
dialog.h
206
int
dialog_textbox
(const char *title, const char *file, int height, int width);
/external/toybox/kconfig/
mconf.c
688
dialog_textbox
(title, text, r, c);
Completed in 134 milliseconds