Searched refs:xp_pattern (Results 1 – 18 of 18) sorted by relevance
980 xp->xp_pattern = buff; in set_one_cmd_context()988 xp->xp_pattern = cmd; in set_one_cmd_context()1000 xp->xp_pattern = cmd; in set_one_cmd_context()1191 xp->xp_pattern = p; in set_one_cmd_context()1217 p = xp->xp_pattern; in set_one_cmd_context()1230 xp->xp_pattern = p; in set_one_cmd_context()1261 xp->xp_pattern = p; in set_one_cmd_context()1293 ++xp->xp_pattern; in set_one_cmd_context()1311 ++xp->xp_pattern; in set_one_cmd_context()1553 ++xp->xp_pattern; in set_one_cmd_context()[all …]
253 xp->xp_pattern = arg; in set_context_in_user_cmd()262 xp->xp_pattern = p + 1; in set_context_in_user_cmd()268 xp->xp_pattern = p + 1; in set_context_in_user_cmd()274 xp->xp_pattern = p + 1; in set_context_in_user_cmd()287 xp->xp_pattern = arg; in set_context_in_user_cmd()
1832 xp->xp_pattern = p; in set_context_for_expression()1843 while ((xp->xp_pattern = vim_strpbrk(arg, in set_context_for_expression()1846 c = *xp->xp_pattern; in set_context_for_expression()1849 c = xp->xp_pattern[1]; in set_context_for_expression()1852 ++xp->xp_pattern; in set_context_for_expression()1859 xp->xp_pattern += 2; in set_context_for_expression()1892 ++xp->xp_pattern; in set_context_for_expression()1904 if (xp->xp_pattern[1] == '|') in set_context_for_expression()1906 ++xp->xp_pattern; in set_context_for_expression()1919 arg = xp->xp_pattern; in set_context_for_expression()[all …]
396 xp->xp_pattern = arg; in set_context_in_profile_cmd()405 xp->xp_pattern = skipwhite(end_subcmd); in set_context_in_profile_cmd()
3923 xp->xp_pattern = arg; in set_context_in_highlight_cmd()3937 xp->xp_pattern = arg; in set_context_in_highlight_cmd()3948 xp->xp_pattern = skipwhite(p); in set_context_in_highlight_cmd()3949 p = skiptowhite(xp->xp_pattern); in set_context_in_highlight_cmd()3952 xp->xp_pattern = skipwhite(p); in set_context_in_highlight_cmd()3953 p = skiptowhite(xp->xp_pattern); in set_context_in_highlight_cmd()
6226 xp->xp_pattern = arg; in set_context_in_set_cmd()6232 xp->xp_pattern = p + 1; in set_context_in_set_cmd()6262 xp->xp_pattern = arg = p; in set_context_in_set_cmd()6336 xp->xp_pattern = p + 1; in set_context_in_set_cmd()6343 xp->xp_pattern = p + 1; in set_context_in_set_cmd()6388 for (p = arg + STRLEN(arg) - 1; p > xp->xp_pattern; --p) in set_context_in_set_cmd()6394 while (s > xp->xp_pattern && *(s - 1) == '\\') in set_context_in_set_cmd()6399 xp->xp_pattern = p + 1; in set_context_in_set_cmd()6409 xp->xp_pattern = p + 5; in set_context_in_set_cmd()
165 xp->xp_pattern = arg; in set_context_in_cscope_cmd()175 xp->xp_pattern = skipwhite(p); in set_context_in_cscope_cmd()176 if (*skiptowhite(xp->xp_pattern) != NUL) in set_context_in_cscope_cmd()
2057 xp->xp_pattern = arg; in set_context_in_sign_cmd()2095 xp->xp_pattern = last; in set_context_in_sign_cmd()2127 xp->xp_pattern = p + 1; in set_context_in_sign_cmd()
1662 xpc.xp_pattern = ccline.cmdbuff; in getcmdline_int()3232 && ccline.xpc->xp_pattern != NULL in realloc_cmdbuff()3236 int i = (int)(ccline.xpc->xp_pattern - p); in realloc_cmdbuff()3241 ccline.xpc->xp_pattern = ccline.cmdbuff + i; in realloc_cmdbuff()
6401 xp->xp_pattern = arg; in set_context_in_echohl_cmd()6416 xp->xp_pattern = arg; in set_context_in_syntax_cmd()6426 xp->xp_pattern = skipwhite(p); in set_context_in_syntax_cmd()6427 if (*skiptowhite(xp->xp_pattern) != NUL) in set_context_in_syntax_cmd()
2545 xp->xp_pattern = arg; in set_context_in_autocmd()
1243 xp->xp_pattern = arg; in set_context_in_map_cmd()
584 char_u *xp_pattern; // start of item to expand member
1367 xp->xp_pattern = after_dot; in set_context_in_menu_cmd()
5810 xp->xp_pattern = arg; in set_context_in_disassemble_cmd()5816 xp->xp_pattern = skipwhite(p); in set_context_in_disassemble_cmd()
3961 compl_col = (int)(compl_xp.xp_pattern - compl_pattern); in ins_complete()
2068 if (STRNCMP("g:", xp->xp_pattern, 2) == 0) in get_user_var_name()
2331 && STRNCMP("g:", xp->xp_pattern, 2) == 0) in get_function_name()