Home
last modified time | relevance | path

Searched refs:addstar (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcmdexpand.pro8 char_u *addstar(char_u *fname, int len, int context);
/vim-8.2.3635/src/
H A Dcmdexpand.c180 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 Dinsexpand.c3943 compl_pattern = addstar(line + compl_col, compl_length, in ins_complete()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt6033 - Should integrate addstar() and file_pat_to_reg_pat().