Searched refs:start_is_white (Results 1 – 1 of 1) sorted by relevance
1483 int start_is_white; in current_par() local1518 start_is_white = linewhite(start_lnum); in current_par()1519 if (prev_start_is_white == start_is_white) in current_par()1529 if (start_is_white != linewhite(start_lnum + dir) in current_par()1530 || (!start_is_white in current_par()1541 prev_start_is_white = start_is_white; in current_par()