Home
last modified time | relevance | path

Searched refs:MLE_LOOP_CTX_MAX_NUMERIC_LEN (Results 1 – 2 of 2) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dmle.h319 #define MLE_LOOP_CTX_MAX_NUMERIC_LEN 20 macro
324 char numeric[MLE_LOOP_CTX_MAX_NUMERIC_LEN + 1];
H A Deditor.c1248 if (loop_ctx->numeric_len < MLE_LOOP_CTX_MAX_NUMERIC_LEN) { in _editor_get_kbinding_node()