HelenOS sources

test_dialog_bok    41 uspace/lib/ui/test/filedialog.c static void test_dialog_bok(ui_file_dialog_t *, void *, const char *);
test_dialog_bok    46 uspace/lib/ui/test/filedialog.c 	.bok = test_dialog_bok,
test_dialog_bok    41 uspace/lib/ui/test/promptdialog.c static void test_dialog_bok(ui_prompt_dialog_t *, void *, const char *);
test_dialog_bok    46 uspace/lib/ui/test/promptdialog.c 	.bok = test_dialog_bok,
test_dialog_bok    43 uspace/lib/ui/test/selectdialog.c static void test_dialog_bok(ui_select_dialog_t *, void *, void *);
test_dialog_bok    48 uspace/lib/ui/test/selectdialog.c 	.bok = test_dialog_bok,
HelenOS homepage, sources at GitHub