Home
last modified time | relevance | path

Searched refs:WILD_LONGEST (Results 1 – 5 of 5) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_getln.h17 #define WILD_LONGEST 7 macro
H A Dex_getln.c1451 s->res = nextwild(&s->xpc, WILD_LONGEST, options, in command_line_execute()
1466 s->res = nextwild(&s->xpc, WILD_LONGEST, options, in command_line_execute()
1507 nextwild(&s->xpc, WILD_LONGEST, options, in command_line_execute()
2072 if (nextwild(&s->xpc, WILD_LONGEST, 0, s->firstc != '@') == FAIL) { in command_line_handle_key()
3798 if (p2 != NULL && type == WILD_LONGEST) { in nextwild()
3945 if (xp->xp_numfiles != -1 && mode != WILD_ALL && mode != WILD_LONGEST) { in ExpandOne()
3987 && mode != WILD_LONGEST) { in ExpandOne()
4028 if (mode == WILD_LONGEST && xp->xp_numfiles > 0) { in ExpandOne()
/dports/editors/vim/vim-8.2.3745/src/
H A Dcmdexpand.c197 if (p2 != NULL && type == WILD_LONGEST) in nextwild()
343 if (xp->xp_numfiles != -1 && mode != WILD_ALL && mode != WILD_LONGEST) in ExpandOne()
384 && mode != WILD_LONGEST) in ExpandOne()
420 if (mode == WILD_LONGEST && xp->xp_numfiles > 0) in ExpandOne()
H A Dex_getln.c934 res = nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
947 res = nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
1000 nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
2234 if (nextwild(&xpc, WILD_LONGEST, 0, firstc != '@') == FAIL) in getcmdline_int()
H A Dvim.h817 #define WILD_LONGEST 7 macro