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

/macosx-10.9.5/vim-53/src/
H A Dedit.c122 static char_u *compl_pattern = NULL; variable
2667 /* compl_pattern doesn't need to be set */
3221 vim_free(compl_pattern);
3222 compl_pattern = NULL;
3255 vim_free(compl_pattern);
3256 compl_pattern = NULL;
3924 * Get the next expansion(s), using "compl_pattern".
4073 find_pattern_in_path(compl_pattern, compl_direction,
4074 (int)STRLEN(compl_pattern), FALSE, FALSE,
4093 compl_pattern,
[all...]

Completed in 188 milliseconds