Searched refs:matchitem_T (Results 1 – 3 of 3) sorted by relevance
37 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 …]
3347 typedef struct matchitem matchitem_T; typedef3350 matchitem_T *next;3735 matchitem_T *w_match_head; // head of match list
1601 matchitem_T *cur = wp->w_match_head; in win_update()