Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c107 #define STATIC_SPACE 500 in sendToVim() macro
108 char *property, staticSpace[STATIC_SPACE]; in sendToVim()
170 if (length <= STATIC_SPACE) in sendToVim()
188 if (length > STATIC_SPACE) in sendToVim()