Searched refs:VAR_SHORT_LEN (Results 1 – 2 of 2) sorted by relevance
1703 #define VAR_SHORT_LEN 20 // short variable name length macro1717 char_u room[VAR_SHORT_LEN]; // room for the name
2621 if (fixvar_idx < FIXVAR_CNT && STRLEN(name) <= VAR_SHORT_LEN) in call_user_func()