Searched refs:first_autopat (Results 1 – 1 of 1) sorted by relevance
199 static AutoPat *first_autopat[NUM_EVENTS] = variable394 prev_ap = &(first_autopat[(int)event]); in au_cleanup()428 if (prev_ap == &(first_autopat[(int)event])) in au_cleanup()1141 prev_ap = &first_autopat[(int)event]; in do_autocmd_event()1762 return (first_autopat[(int)EVENT_CURSORMOVED] != NULL); in has_cursormoved()1771 return (first_autopat[(int)EVENT_CURSORMOVEDI] != NULL); in has_cursormovedI()1780 return (first_autopat[(int)EVENT_TEXTCHANGED] != NULL); in has_textchanged()1789 return (first_autopat[(int)EVENT_TEXTCHANGEDI] != NULL); in has_textchangedI()1848 return (first_autopat[(int)EVENT_MODECHANGED] != NULL); in has_modechanged()2134 patcmd.curpat = first_autopat[(int)event]; in apply_autocmds_group()[all …]