Searched refs:xp_backslash (Results 1 – 5 of 5) sorted by relevance
71 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()
6367 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()
591 int xp_backslash; // one of the XP_BS_ values member
1653 xpc.xp_backslash = XP_BS_NONE; in getcmdline_int()
4857 Problem: Uninitialized memory read from xp_backslash field.4858 Solution: Initialize xp_backslash field properly.