Searched refs:addstar (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | cmdexpand.pro | 8 char_u *addstar(char_u *fname, int len, int context);
|
| /vim-8.2.3635/src/ |
| H A D | cmdexpand.c | 180 if ((p1 = addstar(xp->xp_pattern, xp->xp_pattern_len, in nextwild() 772 addstar( in addstar() function 1870 file_str = addstar(xp->xp_pattern, xp->xp_pattern_len, xp->xp_context); in expand_cmdline() 2961 pat = addstar(xpc.xp_pattern, xpc.xp_pattern_len, xpc.xp_context); in f_getcompletion()
|
| H A D | insexpand.c | 3943 compl_pattern = addstar(line + compl_col, compl_length, in ins_complete()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 6033 - Should integrate addstar() and file_pat_to_reg_pat().
|