Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c71 if (xp->xp_backslash == XP_BS_THREE) in ExpandEscape()
105 xp->xp_backslash = XP_BS_NONE; in ExpandEscape()
501 xp->xp_backslash = XP_BS_NONE; in ExpandInit()
1962 if (xp->xp_backslash != XP_BS_NONE) in ExpandFromContext()
1969 if (xp->xp_backslash == XP_BS_THREE in ExpandFromContext()
1974 if (xp->xp_backslash == XP_BS_ONE in ExpandFromContext()
H A Doption.c6367 xp->xp_backslash = XP_BS_THREE; in set_context_in_set_cmd()
6369 xp->xp_backslash = XP_BS_ONE; in set_context_in_set_cmd()
6380 xp->xp_backslash = XP_BS_THREE; in set_context_in_set_cmd()
6382 xp->xp_backslash = XP_BS_ONE; in set_context_in_set_cmd()
6396 if ((*p == ' ' && (xp->xp_backslash == XP_BS_THREE && (p - s) < 3)) in set_context_in_set_cmd()
H A Dstructs.h591 int xp_backslash; // one of the XP_BS_ values member
H A Dex_getln.c1653 xpc.xp_backslash = XP_BS_NONE; in getcmdline_int()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt4857 Problem: Uninitialized memory read from xp_backslash field.
4858 Solution: Initialize xp_backslash field properly.