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

/macosx-10.10.1/vim-55/src/
H A Dsearch.c4020 int white_in_front; local
4093 white_in_front = linewhite(start_lnum);
4096 if (white_in_front) /* stop at first white line */
4118 if (!include && white_in_front)
4140 if (i == 0 && white_in_front && include)
4156 if (!white_in_front && !linewhite(end_lnum) && include)

Completed in 76 milliseconds