Lines Matching refs:buf_list
542 static nbbuf_T *buf_list = NULL; variable
572 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()
645 return buf_list[bufno].modified; in isNetbeansModified()
667 if (!buf_list) in nb_get_buf()
670 buf_list = alloc_clear(100 * sizeof(nbbuf_T)); 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()
696 vim_memset(buf_list + buf_list_size - incr, 0, in nb_get_buf()
703 buf_list[buf_list_used].fireChanges = 1; in nb_get_buf()
708 return buf_list + bufno; in nb_get_buf()
741 if (!buf_list[i].bufp) in netbeans_end()
754 buf_list[i].bufp = NULL; in netbeans_end()