libtextbox        708 core/modules.c     (base_interface_t**)&libtextbox,
libtextbox        719 core/modules.c         return libtextbox->textbox_init(title,msg,defaultstr,maxsize,on_select,input_buffer);
libtextbox        733 core/modules.c libtextbox_sym* libtextbox = &default_libtextbox;
libtextbox        571 modules/eyefi.c     libtextbox->textbox_init((int)eyefi_selectedNetwork, LANG_PASSWORD, eyefi_password, PWD_LEN, password_cb, NULL);
libtextbox       1414 modules/gui_fselect.c             libtextbox->textbox_init(LANG_POPUP_MKDIR, LANG_PROMPT_MKDIR, "", 15, mkdir_cb, 0);
libtextbox       1417 modules/gui_fselect.c             libtextbox->textbox_init(LANG_POPUP_RENAME, LANG_PROMPT_RENAME, selected->name, 15, rename_cb, 0);
libtextbox         31 modules/gui_tbox.h extern libtextbox_sym* libtextbox;
libtextbox       1268 modules/luascript.c     int rv = libtextbox->textbox_init((int)luaL_optstring( L, 1, "Text box" ),   //title
libtextbox         24 modules/module_exportlist.c             &libtextbox