Searched refs:reply_list (Results 1 – 1 of 1) sorted by relevance
2450 static garray_T reply_list = {0, 0, sizeof(reply_T), 5, 0}; variable2452 # define REPLY_ITEM(i) ((reply_T *)(reply_list.ga_data) + (i))2453 # define REPLY_COUNT (reply_list.ga_len)2466 if (ga_grow(&reply_list, 1) == FAIL) in save_reply()