Searched refs:BUFLEN (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 4903 # define BUFLEN 100 // length for buffer, pseudo tty limit is 128 in mch_call_shell_fork() macro 4904 char_u buffer[BUFLEN + 1]; in mch_call_shell_fork() 4906 char_u ta_buf[BUFLEN + 1]; // TypeAHead in mch_call_shell_fork() 5025 ga_init2(&ga, 1, BUFLEN); in mch_call_shell_fork() 5067 len = ui_inchar(ta_buf, BUFLEN, 10L, 0); in mch_call_shell_fork() 5168 + buffer_off, (size_t)(BUFLEN - buffer_off) in mch_call_shell_fork()
|
| H A D | os_win32.c | 4231 # define BUFLEN 100 // length for buffer, stolen from unix version macro 4265 toRead = (DWORD)(BUFLEN - *buffer_off); in dump_pipe() 4360 char_u buffer[BUFLEN + 1]; // reading buffer + size in mch_system_piped() 4364 char_u ta_buf[BUFLEN + 1]; // TypeAHead in mch_system_piped() 4411 ga_init2(&ga, 1, BUFLEN); in mch_system_piped() 4483 len = ui_inchar(ta_buf, BUFLEN, 10L, 0); in mch_system_piped()
|