Searched refs:buf_list (Results 1 – 2 of 2) sorted by relevance
542 static nbbuf_T *buf_list = NULL; variable572 buf = buf_list[i]; in nb_free()581 VIM_CLEAR(buf_list); in nb_free()614 if (buf_list[i].bufp == bufp) in nb_getbufno()667 if (!buf_list) in nb_get_buf()677 nbbuf_T *t_buf_list = buf_list; in nb_get_buf()689 buf_list = vim_realloc(buf_list, bufsize); in nb_get_buf()690 if (buf_list == NULL) in nb_get_buf()708 return buf_list + bufno; in nb_get_buf()741 if (!buf_list[i].bufp) in netbeans_end()[all …]
304 let buf_list = []334 call add(buf_list, bufnr('%'))337 call tohtml#Diff2HTML(win_list, buf_list)345 func! tohtml#Diff2HTML(win_list, buf_list) "{{{ argument422 for buf in a:buf_list624 \ " for (win_num = 1; win_num <= ".len(a:buf_list)."; win_num++)",