Lines Matching refs:lpos_T

193     lpos_T	si_m_endpos;		// just after end posn of the match
194 lpos_T si_h_startpos; // start position of the highlighting
195 lpos_T si_h_endpos; // end position of the highlighting
196 lpos_T si_eoe_pos; // end position of end pattern
244 static lpos_T next_match_m_endpos; // position for end of next match
245 static lpos_T next_match_h_startpos; // pos. for highl. start of next match
246 static lpos_T next_match_h_endpos; // pos. for highl. end of next match
249 static lpos_T next_match_eos_pos; // end of start pattn (start region)
250 static lpos_T next_match_eoe_pos; // pos. for end of end pattern
324 static void find_endpos(int idx, lpos_T *startpos, lpos_T *m_endpos, lpos_T *hl_endpos, long *flags…
326 static void limit_pos(lpos_T *pos, lpos_T *limit);
327 static void limit_pos_zero(lpos_T *pos, lpos_T *limit);
328 static void syn_add_end_off(lpos_T *result, regmmatch_T *regmatch, synpat_T *spp, int idx, int extr…
329 static void syn_add_start_off(lpos_T *result, regmmatch_T *regmatch, synpat_T *spp, int idx, int ex…
618 lpos_T found_m_endpos; in syn_sync()
1764 lpos_T endpos; // was: char_u *endp; in syn_current_attr()
1765 lpos_T hl_startpos; // was: int hl_startcol; in syn_current_attr()
1766 lpos_T hl_endpos; in syn_current_attr()
1767 lpos_T eos_pos; // end-of-start match (start region) in syn_current_attr()
1768 lpos_T eoe_pos; // end-of-end pattern in syn_current_attr()
1782 lpos_T pos; in syn_current_attr()
2073 lpos_T startpos; in syn_current_attr()
2626 lpos_T maxpos; in check_keepend()
2627 lpos_T maxpos_h; in check_keepend()
2688 lpos_T startpos; in update_si_end()
2689 lpos_T endpos; in update_si_end()
2690 lpos_T hl_endpos; in update_si_end()
2691 lpos_T end_endpos; in update_si_end()
2790 lpos_T *startpos, // where to start looking for an END match in find_endpos()
2791 lpos_T *m_endpos, // return: end of match in find_endpos()
2792 lpos_T *hl_endpos, // return: end of highlighting in find_endpos()
2794 lpos_T *end_endpos, // return: end of end pattern match in find_endpos()
2804 lpos_T pos; in find_endpos()
3025 limit_pos(lpos_T *pos, lpos_T *limit) in limit_pos()
3038 lpos_T *pos, in limit_pos_zero()
3039 lpos_T *limit) in limit_pos_zero()
3052 lpos_T *result, // returned position in syn_add_end_off()
3104 lpos_T *result, // returned position in syn_add_start_off()