HelenOS sources

ui_entry_seek_prev_char   66 uspace/lib/ui/include/ui/entry.h extern void ui_entry_seek_prev_char(ui_entry_t *, bool);
ui_entry_seek_prev_char  656 uspace/lib/ui/src/entry.c 		ui_entry_seek_prev_char(entry, false);
ui_entry_seek_prev_char  689 uspace/lib/ui/src/entry.c 		ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  238 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  327 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  411 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  494 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  532 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  576 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  737 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, true);
ui_entry_seek_prev_char  741 uspace/lib/ui/test/entry.c 	ui_entry_seek_prev_char(entry, false);
HelenOS homepage, sources at GitHub