Searched refs:word_regex (Results 1 – 1 of 1) sorted by relevance
102 static struct regex_data word_regex; /* keyword */ variable183 if (word_regex.string) \186 count = re_match (&word_regex.pattern, cursor, limit - cursor, \468 if (word_regex.string) in initialize_regex()469 compile_regex (&word_regex); in initialize_regex()839 if (word_regex.string) in find_occurs_in_text()846 regoff_t r = re_search (&word_regex.pattern, cursor, in find_occurs_in_text()1902 word_regex.string = optarg; in main()1904 if (!*word_regex.string) in main()1905 word_regex.string = nullptr; in main()