Home
last modified time | relevance | path

Searched refs:is_recording_macro (Results 1 – 3 of 3) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Deditor.c523 if (editor->is_recording_macro && editor->macro_record) { in editor_get_input()
1001 if (editor->is_recording_macro) { in _editor_maybe_toggle_macro()
1009 editor->is_recording_macro = 0; in _editor_maybe_toggle_macro()
1016 editor->is_recording_macro = 1; in _editor_maybe_toggle_macro()
H A Dmle.h82 int is_recording_macro; member
H A Dbview.c815 if (editor->is_recording_macro) { in _bview_draw_status()