Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Dmle.h484 int cmd_find_word(cmd_context_t *ctx);
H A Dcmd.c458 int cmd_find_word(cmd_context_t *ctx) { in cmd_find_word() function
H A Deditor.c1403 _editor_register_cmd_fn(editor, "cmd_find_word", cmd_find_word); in _editor_register_cmds()