Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h1703 #define VAR_SHORT_LEN 20 // short variable name length macro
1717 char_u room[VAR_SHORT_LEN]; // room for the name
H A Duserfunc.c2621 if (fixvar_idx < FIXVAR_CNT && STRLEN(name) <= VAR_SHORT_LEN) in call_user_func()