Searched refs:after_dot (Results 1 – 1 of 1) sorted by relevance
1259 char_u *after_dot; in set_context_in_menu_cmd() local1290 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()