Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c980 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 …]
H A Dusercmd.c253 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()
H A Deval.c1832 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 …]
H A Dprofiler.c396 xp->xp_pattern = arg; in set_context_in_profile_cmd()
405 xp->xp_pattern = skipwhite(end_subcmd); in set_context_in_profile_cmd()
H A Dhighlight.c3923 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()
H A Doption.c6226 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()
H A Dif_cscope.c165 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()
H A Dsign.c2057 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()
H A Dex_getln.c1662 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()
H A Dsyntax.c6401 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()
H A Dautocmd.c2545 xp->xp_pattern = arg; in set_context_in_autocmd()
H A Dmap.c1243 xp->xp_pattern = arg; in set_context_in_map_cmd()
H A Dstructs.h584 char_u *xp_pattern; // start of item to expand member
H A Dmenu.c1367 xp->xp_pattern = after_dot; in set_context_in_menu_cmd()
H A Dvim9execute.c5810 xp->xp_pattern = arg; in set_context_in_disassemble_cmd()
5816 xp->xp_pattern = skipwhite(p); in set_context_in_disassemble_cmd()
H A Dinsexpand.c3961 compl_col = (int)(compl_xp.xp_pattern - compl_pattern); in ins_complete()
H A Devalvars.c2068 if (STRNCMP("g:", xp->xp_pattern, 2) == 0) in get_user_var_name()
H A Devalfunc.c2331 && STRNCMP("g:", xp->xp_pattern, 2) == 0) in get_function_name()