Home
last modified time | relevance | path

Searched refs:MLE_OK (Results 1 – 9 of 9) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dcmd.c122 return MLE_OK; in cmd_insert_data()
131 return MLE_OK; in cmd_insert_newline_above()
140 return MLE_OK; in cmd_delete_before()
146 return MLE_OK; in cmd_delete_after()
168 return MLE_OK; in cmd_move_bol()
175 return MLE_OK; in cmd_move_eol()
182 return MLE_OK; in cmd_move_beginning()
189 return MLE_OK; in cmd_move_end()
196 return MLE_OK; in cmd_move_left()
203 return MLE_OK; in cmd_move_right()
[all …]
H A Deditor.c81 rv = MLE_OK; in editor_init()
157 return MLE_OK; in editor_run()
224 return MLE_OK; in editor_deinit()
273 return MLE_OK; in editor_prompt()
290 return MLE_OK; in editor_menu()
354 return MLE_OK; in editor_open_bview()
380 return MLE_OK; in editor_set_active()
416 return MLE_OK; in editor_debug_dump()
494 return MLE_OK; in editor_register_cmd()
2009 rv = MLE_OK; in _editor_init_from_rc()
[all …]
H A Dcursor.c14 return MLE_OK; in cursor_clone()
32 return MLE_OK; in cursor_select_between()
53 return MLE_OK; in cursor_toggle_anchor()
80 return MLE_OK; in cursor_get_lo_hi()
86 return MLE_OK; in cursor_get_mark()
92 return MLE_OK; in cursor_get_anchor()
119 return MLE_OK; in cursor_select_by()
139 return MLE_OK; in cursor_select_by_bracket()
147 return MLE_OK; in cursor_select_by_word_back()
155 return MLE_OK; in cursor_select_by_word_forward()
[all …]
H A Dbview.c64 return MLE_OK; in bview_open()
73 return MLE_OK; in bview_destroy()
145 return MLE_OK; in bview_resize()
166 return MLE_OK; in bview_draw()
193 return MLE_OK; in bview_draw_cursor()
204 return MLE_OK; in bview_push_kmap()
220 return MLE_OK; in bview_pop_kmap()
250 return MLE_OK; in bview_split()
281 return MLE_OK; in bview_add_cursor()
290 return MLE_OK; in bview_add_cursor_asleep()
[all …]
H A Daproc.c48 return MLE_OK; in aproc_set_owner()
63 return MLE_OK; in aproc_destroy()
H A Duscript.c86 return MLE_OK; in uscript_destroy()
113 rv = MLE_OK; in _uscript_cmd_cb()
136 rv = MLE_OK; in _uscript_observer_cb()
216 if (editor_prompt(uscript->editor, prompt, NULL, &answer) == MLE_OK && answer) { in _uscript_func_editor_prompt()
H A Dmain.c15 if (editor_init(&_editor, argc, argv) == MLE_OK) { in main()
H A Dutil.c34 rv = MLE_OK; in util_shell_exec()
H A Dmle.h587 #define MLE_OK 0 macro