Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c71 if (xp->xp_backslash == XP_BS_THREE) in ExpandEscape()
1969 if (xp->xp_backslash == XP_BS_THREE in ExpandFromContext()
H A Doption.c6367 xp->xp_backslash = XP_BS_THREE; in set_context_in_set_cmd()
6380 xp->xp_backslash = XP_BS_THREE; 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.h608 #define XP_BS_THREE 2 // uses three backslashes before a space macro