Lines Matching refs:pos_T
36 static void cmdline_search_stat(int dirc, pos_T *pos, pos_T *cursor_pos, int show_top_bot_msg, char…
37 static void update_search_stat(int dirc, pos_T *pos, pos_T *cursor_pos, searchstat_T *stat, int rec…
610 pos_T *pos, in searchit()
611 pos_T *end_pos, // set to end of the match, unless NULL in searchit()
628 pos_T start_pos; in searchit()
1219 pos_T pos; // position of the last match in do_search()
1578 pos_T org_pos = pos; in do_search()
1682 pos_T *pos, in search_for_exact_line()
1886 pos_T *
1919 find_rawstring_end(char_u *linep, pos_T *startpos, pos_T *endpos) in find_rawstring_end()
2073 pos_T *
2080 static pos_T pos; // current search position in findmatchlimit()
2093 pos_T match_pos; // Where last slash-star was found in findmatchlimit()
2712 return (pos_T *)NULL; // never found it in findmatchlimit()
2784 pos_T *lpos, save_cursor; in showmatch()
2785 pos_T mpos; in showmatch()
2887 is_zero_width(char_u *pattern, int move, pos_T *cur, int direction) in is_zero_width()
2892 pos_T pos; in is_zero_width()
2955 pos_T start_pos; // start position of the pattern match in current_search()
2956 pos_T end_pos; // end position of the pattern match in current_search()
2957 pos_T orig_pos; // position of the cursor at beginning in current_search()
2958 pos_T pos; // position after the pattern in current_search()
2964 pos_T save_VIsual = VIsual; in current_search()
3123 pos_T *pos, in cmdline_search_stat()
3124 pos_T *cursor_pos, in cmdline_search_stat()
3202 pos_T *pos, in update_search_stat()
3203 pos_T *cursor_pos, in update_search_stat()
3211 pos_T p = (*pos); in update_search_stat()
3212 static pos_T lastpos = {0, 0, 0}; in update_search_stat()
3266 pos_T endpos = {0, 0, 0}; in update_search_stat()
4098 pos_T pos = curwin->w_cursor; in f_searchcount()