HelenOS sources

ui_entry_get_text  389 uspace/app/taskbar-cfg/smeedit.c 	cmd = ui_entry_get_text(smee->ecmd);
ui_entry_get_text  390 uspace/app/taskbar-cfg/smeedit.c 	caption = ui_entry_get_text(smee->ecaption);
ui_entry_get_text   54 uspace/lib/ui/include/ui/entry.h extern const char *ui_entry_get_text(ui_entry_t *);
ui_entry_get_text  417 uspace/lib/ui/src/filedialog.c 				fname = ui_entry_get_text(dialog->ename);
ui_entry_get_text  459 uspace/lib/ui/src/filedialog.c 		fname = ui_entry_get_text(dialog->ename);
ui_entry_get_text  336 uspace/lib/ui/src/promptdialog.c 				text = ui_entry_get_text(dialog->ename);
ui_entry_get_text  363 uspace/lib/ui/src/promptdialog.c 		text = ui_entry_get_text(dialog->ename);
HelenOS homepage, sources at GitHub