Lines Matching refs:colnr_T
168 for (p = line; *p && (colnr_T)(p - line) < pos->col; ++p) in find_start_comment()
170 if ((colnr_T)(p - line) <= pos->col) in find_start_comment()
204 for (p = line; *p && (colnr_T)(p - line) < pos->col; ++p) in find_start_rawstring()
206 if ((colnr_T)(p - line) <= pos->col) in find_start_rawstring()
882 colnr_T col; in get_indent_nolabel()
890 fp.col = (colnr_T)(p - l); in get_indent_nolabel()
944 colnr_T col; in cin_first_id_amount()
975 fp.col = (colnr_T)(p - line); in cin_first_id_amount()
994 colnr_T col; in cin_get_equal_amount()
1023 fp.col = (colnr_T)(s - line); in cin_get_equal_amount()
1040 while (*p && (colnr_T)(p - line) < trypos->col) in cin_skip2pos()
1070 if ((colnr_T)cin_skip2pos(trypos) > trypos->col) in find_match_char()
1583 pos->col = (colnr_T)(s - line); in cin_is_cpp_baseclass()
1604 colnr_T vcol; in get_baseclass_amount()
1653 if ((colnr_T)cin_skip2pos(trypos) == trypos->col in find_start_brace()
2040 colnr_T col; in get_c_indent()
2094 && curwin->w_cursor.col < (colnr_T)STRLEN(linecopy) in get_c_indent()
2294 comment_pos->col = (colnr_T)(skipwhite(look) - start); in get_c_indent()
3300 (colnr_T)(l - ml_get_curline()) + 1; in get_c_indent()
4031 && curwin->w_cursor.col >= (colnr_T)(p - look)) in in_cinkeys()
4069 if ((curwin->w_cursor.col == (colnr_T)(p - look) in in_cinkeys()