Searched refs:look_col (Results 1 – 1 of 1) sorted by relevance
2421 int look_col; in get_c_indent() local2427 look_col = (int)(look - line); in get_c_indent()2428 curwin->w_cursor.col = look_col + 1; in get_c_indent()2437 look = ml_get(our_paren_pos.lnum) + look_col; in get_c_indent()