Home
last modified time | relevance | path

Searched refs:un_init (Results 1 – 8 of 8) sorted by relevance

/dports/misc/vifm/vifm-0.11/src/
H A Dundo.h65 void un_init(un_perform_func exec_func, un_op_available_func op_avail,
H A Dvifm.c287 un_init(&undo_perform_func, NULL, &ui_cancellation_requested, in vifm_main()
H A Dundo.c244 un_init(un_perform_func exec_func, un_op_available_func op_avail, in un_init() function
/dports/misc/vifm/vifm-0.11/tests/undo/
H A Dsuite.c63 un_init(exec_func, &op_avail, NULL, max_levels); in init_undo_list_for_tests()
H A Dtrash.c21 un_init(&exec_func, NULL, NULL, &undo_levels); in SETUP()
/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dmenus_undolist.c18 un_init(&exec_func, &op_avail, NULL, &undo_levels); in SETUP()
/dports/misc/vifm/vifm-0.11/tests/fileops/
H A Dsuite.c83 un_init(exec_func, &op_avail, NULL, max_levels); in init_undo_list_for_tests()
/dports/misc/vifm/vifm-0.11/tests/test-support/
H A Dtest-utils.c166 un_init(&exec_func, &op_avail, NULL, &max_undo_levels); in undo_setup()