Lines Matching refs:first_autopat
199 static AutoPat *first_autopat[NUM_EVENTS] = variable
244 for ((ap) = first_autopat[(int)(event)]; (ap) != NULL; (ap) = (ap)->next)
394 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()
1731 return (first_autopat[(int)(get_real_state() == NORMAL_BUSY in has_cursorhold()
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()
1798 return (first_autopat[(int)EVENT_TEXTCHANGEDP] != NULL); in has_textchangedP()
1807 return (first_autopat[(int)EVENT_INSERTCHARPRE] != NULL); in has_insertcharpre()
1816 return (first_autopat[(int)EVENT_CMDUNDEFINED] != NULL); in has_cmdundefined()
1826 return (first_autopat[(int)EVENT_TEXTYANKPOST] != NULL); in has_textyankpost()
1837 return (first_autopat[(int)EVENT_COMPLETECHANGED] != NULL); in has_completechanged()
1848 return (first_autopat[(int)EVENT_MODECHANGED] != NULL); in has_modechanged()
1900 if (event == NUM_EVENTS || first_autopat[(int)event] == NULL in apply_autocmds_group()
2134 patcmd.curpat = first_autopat[(int)event]; in apply_autocmds_group()
2661 ap = first_autopat[(int)event]; in au_exists()