HomeSort by relevance Sort by last modified time
    Searched refs:dialog_textbox (Results 1 - 3 of 3) sorted by null

  /external/toybox/kconfig/lxdialog/
dialog.h 206 int dialog_textbox(const char *title, const char *file, int height, int width);
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().
  /external/toybox/kconfig/
mconf.c 688 dialog_textbox(title, text, r, c);

Completed in 66 milliseconds