Lines Matching refs:buf_T
47 static long pos2off(buf_T *, pos_T *);
48 static pos_T *off2pos(buf_T *, long);
49 static pos_T *get_off_or_lnum(buf_T *buf, char_u **argp);
50 static long get_buf_size(buf_T *);
58 static void nb_set_curbuf(buf_T *buf);
465 buf_T *buf; in nb_parse_cmd()
528 buf_T *bufp;
609 nb_getbufno(buf_T *bufp) in nb_getbufno()
623 isNetbeansBuffer(buf_T *bufp) in isNetbeansBuffer()
638 isNetbeansModified(buf_T *bufp) in isNetbeansModified()
717 buf_T *bufp; in count_changed_buffers()
1597 buf_T *bufp; in nb_do_cmd()
2254 nb_set_curbuf(buf_T *buf) in nb_set_curbuf()
2597 netbeans_file_activated(buf_T *bufp) in netbeans_file_activated()
2628 netbeans_file_opened(buf_T *bufp) in netbeans_file_opened()
2669 netbeans_file_killed(buf_T *bufp) in netbeans_file_killed()
2697 nb_bufp2nbbuf_fire(buf_T *bufp, int *bufnop) in nb_bufp2nbbuf_fire()
2722 buf_T *bufp, in netbeans_inserted()
2773 buf_T *bufp, in netbeans_removed()
2813 netbeans_unmodified(buf_T *bufp UNUSED) in netbeans_unmodified()
2936 netbeans_save_buffer(buf_T *bufp) in netbeans_save_buffer()
2961 netbeans_deleted_all_lines(buf_T *bufp) in netbeans_deleted_all_lines()
3306 get_buf_size(buf_T *bufp) in get_buf_size()
3346 off2pos(buf_T *buf, long offset) in off2pos()
3374 get_off_or_lnum(buf_T *buf, char_u **argp) in get_off_or_lnum()
3396 pos2off(buf_T *buf, pos_T *pos) in pos2off()