Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mswin.c2453 # define REPLY_COUNT (reply_list.ga_len) macro
2469 rep = REPLY_ITEM(REPLY_COUNT); in save_reply()
2476 ++REPLY_COUNT; in save_reply()
2507 for (i = 0; i < REPLY_COUNT; ++i) in serverGetReply()
2522 (REPLY_COUNT - i - 1) * sizeof(reply_T)); in serverGetReply()
2523 --REPLY_COUNT; in serverGetReply()