Searched refs:off2pos (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dnetbeans.c77 static pos_T *off2pos __ARGS((buf_T *, long));
1571 pos = off2pos(buf->bufp, off);
1583 pos = off2pos(buf->bufp, off+count-1);
1602 next = off2pos(buf->bufp, off + count);
1751 pos = off2pos(curbuf, off);
2488 pos = off2pos(buf->bufp, off);
2495 pos = off2pos(buf->bufp, off + len - 1);
2503 pos = off2pos(buf->bufp, off + len - 2);
3757 off2pos(buf_T *buf, long offset) function
3803 return off2pos(bu
[all...]

Completed in 124 milliseconds