Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/tests/unit/
H A Dtest_kinput.c27 MLE_KINPUT_COPY(input, weird_input[i]); in test()
/dports/editors/mle/mle-1.4.3/
H A Dcmd.c1677 MLE_KINPUT_COPY(oinput, ctx->input); in _cmd_get_input()
1680 MLE_KINPUT_COPY(*ret_input, ctx->input); in _cmd_get_input()
1681 MLE_KINPUT_COPY(ctx->input, oinput); in _cmd_get_input()
H A Deditor.c504 MLE_KINPUT_COPY(ctx->input, editor->macro_apply->inputs[editor->macro_apply_input_index]); in editor_get_input()
1078 MLE_KINPUT_COPY(ctx->input, ctx->pastebuf_leftover); in _editor_get_user_input()
1718 MLE_KINPUT_COPY(node->input, input); in _editor_init_kmap_add_binding_to_trie()
H A Dmle.h652 #define MLE_KINPUT_COPY(pi, pj) memcpy(&(pi), &(pj), sizeof(pi)) macro