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

/macosx-10.10.1/vim-55/src/proto/
H A Dsearch.pro24 int startPS __ARGS((linenr_T lnum, int para, int both));
/macosx-10.10.1/vim-55/src/
H A Dsearch.c2580 startPS(pos.lnum, NUL, FALSE))
2619 if (c == NUL || (pos.col == 0 && startPS(pos.lnum, NUL, FALSE)))
2713 if (!first && did_skip && (startPS(curr, what, both)
2777 * startPS: return TRUE if line 'lnum' is the start of a section or paragraph.
2782 startPS(lnum, para, both) function
4071 && startPS(start_lnum + (dir > 0
4103 if (linewhite(start_lnum - 1) || startPS(start_lnum, 0, 0))
4136 && !startPS(end_lnum + 1, 0, 0))
H A Dops.c4817 || startPS(lnum, NUL, FALSE));
4824 return (*skipwhite(ml_get(lnum)) == NUL || startPS(lnum, NUL, FALSE));

Completed in 123 milliseconds