Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Dcursor.c326 yn = MLE_PROMPT_YES; in cursor_replace()
341 } else if (0 == strcmp(yn, MLE_PROMPT_YES) || 0 == strcmp(yn, MLE_PROMPT_ALL)) { in cursor_replace()
H A Dmle.h590 #define MLE_PROMPT_YES "yes" macro
H A Deditor.c766 ctx->loop_ctx->prompt_answer = MLE_PROMPT_YES; in _editor_prompt_yn_yes()