HelenOS sources
ui_entry_create 943 uspace/app/calculator/calculator.c rc = ui_entry_create(window, NULL_DISPLAY, &display);
ui_entry_create 182 uspace/app/taskbar-cfg/smeedit.c rc = ui_entry_create(window, cmd, &smee->ecmd);
ui_entry_create 236 uspace/app/taskbar-cfg/smeedit.c rc = ui_entry_create(window, caption, &smee->ecaption);
ui_entry_create 970 uspace/app/uidemo/uidemo.c rc = ui_entry_create(window, "", &demo.entry);
ui_entry_create 46 uspace/lib/ui/include/ui/entry.h extern errno_t ui_entry_create(ui_window_t *, const char *,
ui_entry_create 173 uspace/lib/ui/src/filedialog.c rc = ui_entry_create(window, params->ifname, &entry);
ui_entry_create 162 uspace/lib/ui/src/promptdialog.c rc = ui_entry_create(window, params->itext, &entry);
ui_entry_create 52 uspace/lib/ui/test/entry.c rc = ui_entry_create(NULL, "Hello", &entry);
ui_entry_create 72 uspace/lib/ui/test/entry.c rc = ui_entry_create(NULL, "Hello", &entry);
ui_entry_create 88 uspace/lib/ui/test/entry.c rc = ui_entry_create(NULL, "Hello", &entry);
ui_entry_create 124 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "Hello", &entry);
ui_entry_create 143 uspace/lib/ui/test/entry.c rc = ui_entry_create(NULL, "Hello", &entry);
ui_entry_create 161 uspace/lib/ui/test/entry.c rc = ui_entry_create(NULL, "Hello", &entry);
ui_entry_create 197 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "Hello", &entry);
ui_entry_create 227 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCDEF", &entry);
ui_entry_create 268 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "A", &entry);
ui_entry_create 317 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCDE", &entry);
ui_entry_create 358 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCD", &entry);
ui_entry_create 401 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCDE", &entry);
ui_entry_create 441 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCD", &entry);
ui_entry_create 484 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCDE", &entry);
ui_entry_create 525 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCDEF", &entry);
ui_entry_create 569 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCDEF", &entry);
ui_entry_create 612 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "AB", &entry);
ui_entry_create 652 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCDEF", &entry);
ui_entry_create 692 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCD", &entry);
ui_entry_create 730 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCD", &entry);
ui_entry_create 769 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABCD", &entry);
ui_entry_create 807 uspace/lib/ui/test/entry.c rc = ui_entry_create(window, "ABC", &entry);
HelenOS homepage, sources at GitHub