Searched refs:curpat (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dfileio.c7765 AutoPat *curpat; /* next AutoPat to examine */ member in struct:AutoPatCmd
9386 patcmd.curpat = first_autopat[(int)event];
9398 if (patcmd.curpat != NULL)
9418 for (ap = patcmd.curpat; ap->next != NULL; ap = ap->next)
9550 for (ap = apc->curpat; ap != NULL && !got_int; ap = ap->next)
9552 apc->curpat = NULL;
9582 apc->curpat = ap;
9590 if (apc->curpat != NULL) /* found a match */
9614 if (acp->curpat == NULL)
9631 if (acp->curpat
[all...]

Completed in 117 milliseconds