HelenOS sources
exists_dlg_t 94 uspace/app/nav/dlg/existsdlg.c exists_dlg_t **rdialog)
exists_dlg_t 97 uspace/app/nav/dlg/existsdlg.c exists_dlg_t *dialog;
exists_dlg_t 109 uspace/app/nav/dlg/existsdlg.c dialog = calloc(1, sizeof(exists_dlg_t));
exists_dlg_t 291 uspace/app/nav/dlg/existsdlg.c void exists_dlg_destroy(exists_dlg_t *dialog)
exists_dlg_t 306 uspace/app/nav/dlg/existsdlg.c void exists_dlg_set_cb(exists_dlg_t *dialog, exists_dlg_cb_t *cb,
exists_dlg_t 320 uspace/app/nav/dlg/existsdlg.c exists_dlg_t *dialog = (exists_dlg_t *) arg;
exists_dlg_t 337 uspace/app/nav/dlg/existsdlg.c exists_dlg_t *dialog = (exists_dlg_t *) arg;
exists_dlg_t 366 uspace/app/nav/dlg/existsdlg.c exists_dlg_t *dialog = (exists_dlg_t *) arg;
exists_dlg_t 381 uspace/app/nav/dlg/existsdlg.c exists_dlg_t *dialog = (exists_dlg_t *) arg;
exists_dlg_t 395 uspace/app/nav/dlg/existsdlg.c exists_dlg_t *dialog = (exists_dlg_t *) arg;
exists_dlg_t 45 uspace/app/nav/dlg/existsdlg.h exists_dlg_t **);
exists_dlg_t 46 uspace/app/nav/dlg/existsdlg.h extern void exists_dlg_set_cb(exists_dlg_t *, exists_dlg_cb_t *,
exists_dlg_t 48 uspace/app/nav/dlg/existsdlg.h extern void exists_dlg_destroy(exists_dlg_t *);
exists_dlg_t 111 uspace/app/nav/nav.c static void navigator_exists_overwrite(exists_dlg_t *, void *);
exists_dlg_t 112 uspace/app/nav/nav.c static void navigator_exists_skip(exists_dlg_t *, void *);
exists_dlg_t 113 uspace/app/nav/nav.c static void navigator_exists_abort(exists_dlg_t *, void *);
exists_dlg_t 114 uspace/app/nav/nav.c static void navigator_exists_close(exists_dlg_t *, void *);
exists_dlg_t 885 uspace/app/nav/nav.c exists_dlg_t *dlg;
exists_dlg_t 931 uspace/app/nav/nav.c static void navigator_exists_overwrite(exists_dlg_t *dlg, void *arg)
exists_dlg_t 949 uspace/app/nav/nav.c static void navigator_exists_skip(exists_dlg_t *dlg, void *arg)
exists_dlg_t 967 uspace/app/nav/nav.c static void navigator_exists_abort(exists_dlg_t *dlg, void *arg)
exists_dlg_t 985 uspace/app/nav/nav.c static void navigator_exists_close(exists_dlg_t *dlg, void *arg)
exists_dlg_t 43 uspace/app/nav/test/dlg/existsdlg.c exists_dlg_t *dlg = NULL;
exists_dlg_t 63 uspace/app/nav/types/dlg/existsdlg.h void (*boverwrite)(exists_dlg_t *, void *);
exists_dlg_t 65 uspace/app/nav/types/dlg/existsdlg.h void (*bskip)(exists_dlg_t *, void *);
exists_dlg_t 67 uspace/app/nav/types/dlg/existsdlg.h void (*babort)(exists_dlg_t *, void *);
exists_dlg_t 69 uspace/app/nav/types/dlg/existsdlg.h void (*close)(exists_dlg_t *, void *);
HelenOS homepage, sources at GitHub