Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmenu.c1259 char_u *after_dot; in set_context_in_menu_cmd() local
1290 arg = after_dot = p; in set_context_in_menu_cmd()
1297 after_dot = p + 1; in set_context_in_menu_cmd()
1319 if (after_dot != arg) in set_context_in_menu_cmd()
1321 path_name = alloc(after_dot - arg); in set_context_in_menu_cmd()
1324 vim_strncpy(path_name, arg, after_dot - arg - 1); in set_context_in_menu_cmd()
1367 xp->xp_pattern = after_dot; in set_context_in_menu_cmd()