Lines Matching refs:pos_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);
1133 pos_T first, last; in nb_do_cmd()
1134 pos_T *pos; in nb_do_cmd()
1135 pos_T *next; in nb_do_cmd()
1335 pos_T *pos; in nb_do_cmd()
1806 pos_T *pos; in nb_do_cmd()
1972 pos_T *pos; in nb_do_cmd()
2047 pos_T first; in nb_do_cmd()
2048 pos_T last; in nb_do_cmd()
2049 pos_T *pos; in nb_do_cmd()
2731 pos_T pos; in netbeans_inserted()
2781 pos_T pos; in netbeans_removed()
3345 static pos_T *
3349 static pos_T pos; in off2pos()
3373 static pos_T *
3376 static pos_T mypos; in get_off_or_lnum()
3396 pos2off(buf_T *buf, pos_T *pos) in pos2off()