Lines Matching refs:pos_T
145 static pos_T *
151 pos_T *
154 pos_T *pos; in find_start_comment()
187 static pos_T *
190 pos_T *pos; in find_start_rawstring()
226 static pos_T *
229 static pos_T comment_pos_copy; in ind_find_start_CORS()
230 pos_T *comment_pos; in ind_find_start_CORS()
231 pos_T *rs_pos; in ind_find_start_CORS()
348 static pos_T *
351 static pos_T pos; in find_line_comment()
637 pos_T cursor_save; in cin_islabel()
638 pos_T *trypos; in cin_islabel()
881 pos_T fp; in get_indent_nolabel()
907 pos_T cursor_save; in skip_label()
943 pos_T fp; in cin_first_id_amount()
995 pos_T fp; in cin_get_equal_amount()
1033 cin_skip2pos(pos_T *trypos) in cin_skip2pos()
1056 static pos_T *
1059 pos_T cursor_save; in find_match_char()
1060 pos_T *trypos; in find_match_char()
1061 static pos_T pos_copy; in find_match_char()
1083 pos_T *trypos_wk; in find_match_char()
1109 static pos_T *
1168 pos_T *trypos; in cin_isfuncdecl()
1292 pos_T cursor_save; in cin_iswhileofdo()
1293 pos_T *trypos; in cin_iswhileofdo()
1377 pos_T *trypos; in cin_iswhileofdo_end()
1605 pos_T *trypos; in get_baseclass_amount()
1637 static pos_T *
1640 pos_T cursor_save; in find_start_brace()
1641 pos_T *trypos; in find_start_brace()
1642 pos_T *pos; in find_start_brace()
1643 static pos_T pos_copy; in find_start_brace()
1668 static pos_T *
1671 pos_T *trypos = find_match_paren(ind_maxparen); in find_match_paren_after_brace()
1675 pos_T *tryposBrace = find_start_brace(); in find_match_paren_after_brace()
1695 corr_ind_maxparen(pos_T *startpos) in corr_ind_maxparen()
1937 pos_T *theirscope; in find_match()
2036 pos_T cur_curpos; in get_c_indent()
2043 pos_T *trypos; in get_c_indent()
2044 pos_T *comment_pos; in get_c_indent()
2045 pos_T *tryposBrace = NULL; in get_c_indent()
2046 pos_T tryposCopy; in get_c_indent()
2047 pos_T our_paren_pos; in get_c_indent()
2394 pos_T cursor_save = curwin->w_cursor; in get_c_indent()
2395 pos_T outermost; in get_c_indent()
3775 pos_T curpos_save = curwin->w_cursor; in get_c_indent()
4129 pos_T pos; in f_cindent()