Lines Matching refs:xp
3917 set_context_in_highlight_cmd(expand_T *xp, char_u *arg) in set_context_in_highlight_cmd() argument
3922 xp->xp_context = EXPAND_HIGHLIGHT; in set_context_in_highlight_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()
3957 xp->xp_context = EXPAND_NOTHING; in set_context_in_highlight_cmd()
3990 get_highlight_name(expand_T *xp UNUSED, int idx) in get_highlight_name()
3992 return get_highlight_name_ext(xp, idx, TRUE); in get_highlight_name()
4000 get_highlight_name_ext(expand_T *xp UNUSED, int idx, int skip_cleared) in get_highlight_name_ext()