Searched refs:new_exclude_prog (Results 1 – 1 of 1) sorted by relevance
1263 regprog_T *new_exclude_prog = NULL; in check_clipboard_option() local1303 else if (STRNCMP(p, "exclude:", 8) == 0 && new_exclude_prog == NULL) in check_clipboard_option()1306 new_exclude_prog = vim_regcomp(p, RE_MAGIC); in check_clipboard_option()1307 if (new_exclude_prog == NULL) in check_clipboard_option()1332 clip_exclude_prog = new_exclude_prog; in check_clipboard_option()1342 vim_regfree(new_exclude_prog); in check_clipboard_option()