Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c1113 #define BUFFER_SIZE 1024 macro
1121 static char buffer[BUFFER_SIZE]; in ex_pyfile()
1139 while (*file && p < buffer + (BUFFER_SIZE - 3)) in ex_pyfile()
H A Dif_python3.c1233 #define BUFFER_SIZE 2048 macro
1241 static char buffer[BUFFER_SIZE]; in ex_py3file()
1268 while (*file && p < buffer + (BUFFER_SIZE - 3)) in ex_py3file()