Lines Matching refs:nbbuf_T
540 typedef struct nbbuf_struct nbbuf_T; typedef
542 static nbbuf_T *buf_list = NULL;
550 static int mapsigntype(nbbuf_T *, int localsigntype);
551 static void addsigntype(nbbuf_T *, int localsigntype, char_u *typeName,
554 static void print_read_msg(nbbuf_T *buf);
555 static void print_save_msg(nbbuf_T *buf, off_T nchars);
566 nbbuf_T buf; in nb_free()
658 static nbbuf_T *
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()
682 bufsize = buf_list_size * sizeof(nbbuf_T); in nb_get_buf()
683 if (bufsize == 0 || bufsize / sizeof(nbbuf_T) in nb_get_buf()
697 incr * sizeof(nbbuf_T)); in nb_get_buf()
990 nbbuf_T *buf = nb_get_buf(bufno); in nb_do_cmd()
2600 nbbuf_T *bp = nb_get_buf(bufno); in netbeans_file_activated()
2633 nbbuf_T *bp = nb_get_buf(nb_getbufno(bufp)); in netbeans_file_opened()
2672 nbbuf_T *nbbuf = nb_get_buf(bufno); in netbeans_file_killed()
2696 static nbbuf_T *
2700 nbbuf_T *nbbuf; in nb_bufp2nbbuf_fire()
2730 nbbuf_T *nbbuf; in netbeans_inserted()
2780 nbbuf_T *nbbuf; in netbeans_removed()
2940 nbbuf_T *nbbuf; in netbeans_save_buffer()
2965 nbbuf_T *nbbuf; in netbeans_deleted_all_lines()
3159 nbbuf_T *buf, in addsigntype()
3293 mapsigntype(nbbuf_T *buf, int localsigntype) in mapsigntype()
3417 print_read_msg(nbbuf_T *buf) in print_read_msg()
3453 print_save_msg(nbbuf_T *buf, off_T nchars) in print_save_msg()