Home
last modified time | relevance | path

Searched refs:macro_apply (Results 1 – 4 of 4) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Deditor.c500 if (editor->macro_apply in editor_get_input()
501 && editor->macro_apply_input_index < editor->macro_apply->inputs_len in editor_get_input()
504 MLE_KINPUT_COPY(ctx->input, editor->macro_apply->inputs[editor->macro_apply_input_index]); in editor_get_input()
508 if (editor->macro_apply) { in editor_get_input()
510 editor->macro_apply = NULL; in editor_get_input()
2301 editor->macro_apply = macro; in _editor_init_startup_macro()
H A Dcmd.c747 if (ctx->editor->macro_apply) MLE_RETURN_ERR(ctx->editor, "Cannot nest macros%s", ""); in cmd_apply_macro_by()
753 ctx->editor->macro_apply = macro; in cmd_apply_macro_by()
763 if (ctx->editor->macro_apply) MLE_RETURN_ERR(ctx->editor, "Cannot nest macros%s", ""); in cmd_apply_macro()
769 ctx->editor->macro_apply = macro; in cmd_apply_macro()
H A Dmle.h80 kmacro_t *macro_apply; member
H A Dbview.c819 } else if (editor->macro_apply) { in _bview_draw_status()