Home
last modified time | relevance | path

Searched refs:matchitem_T (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmatch.c37 matchitem_T *cur; in match_add()
38 matchitem_T *prev; in match_add()
39 matchitem_T *m; in match_add()
88 m = ALLOC_CLEAR_ONE(matchitem_T); in match_add()
230 matchitem_T *cur = wp->w_match_head; in match_delete()
231 matchitem_T *prev = cur; in match_delete()
287 matchitem_T *m; in clear_matches()
304 static matchitem_T *
320 matchitem_T *cur; in init_search_hl()
981 matchitem_T *cur; in f_getmatches()
[all …]
H A Dstructs.h3347 typedef struct matchitem matchitem_T; typedef
3350 matchitem_T *next;
3735 matchitem_T *w_match_head; // head of match list
H A Ddrawscreen.c1601 matchitem_T *cur = wp->w_match_head; in win_update()