Home
last modified time | relevance | path

Searched refs:regexp_cache (Results 1 – 18 of 18) sorted by relevance

/dports/devel/make++/makepp-2.0/Mpp/
H A DGlob.pm416 my @regexp_cache;
420 return $regexp_cache[$anchor]{$_} if $regexp_cache[$anchor]{$_}; # Processed this before.
465 return $regexp_cache[$anchor]{$_} = case_sensitive_filenames ?
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsearch.c41 struct regexp_cache struct
43 struct regexp_cache *next; argument
58 static struct regexp_cache searchbufs[REGEXP_CACHE_SIZE]; argument
61 static struct regexp_cache *searchbuf_head;
144 struct regexp_cache *cp; in shrink_regexp_cache()
175 struct regexp_cache *searchbuf = arg; in unfreeze_pattern()
180 freeze_pattern (struct regexp_cache *searchbuf) in freeze_pattern()
198 static struct regexp_cache *
202 struct regexp_cache *cp, **cpp, **lru_nonbusy; in compile_pattern()
569 struct regexp_cache *cache_entry = in fast_looking_at()
[all …]
H A DChangeLog.53534 * search.c (struct regexp_cache): New field `posix'.
H A DChangeLog.102021 * search.c (struct regexp_cache): New entry syntax_table.
11743 (struct regexp_cache): New element whitespace_regexp.
H A DChangeLog.12100 * search.c (struct regexp_cache, compile_pattern_1)
/dports/editors/emacs/emacs-27.2/src/
H A Dsearch.c40 struct regexp_cache struct
42 struct regexp_cache *next; argument
57 static struct regexp_cache searchbufs[REGEXP_CACHE_SIZE]; argument
60 static struct regexp_cache *searchbuf_head;
143 struct regexp_cache *cp; in shrink_regexp_cache()
174 struct regexp_cache *searchbuf = arg; in unfreeze_pattern()
179 freeze_pattern (struct regexp_cache *searchbuf) in freeze_pattern()
197 static struct regexp_cache *
201 struct regexp_cache *cp, **cpp, **lru_nonbusy; in compile_pattern()
558 struct regexp_cache *cache_entry = in fast_looking_at()
[all …]
H A DChangeLog.53534 * search.c (struct regexp_cache): New field `posix'.
H A DChangeLog.102021 * search.c (struct regexp_cache): New entry syntax_table.
11743 (struct regexp_cache): New element whitespace_regexp.
H A DChangeLog.12100 * search.c (struct regexp_cache, compile_pattern_1)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libphonenumber/
H A DBUILD.gn52 "dist/cpp/src/phonenumbers/regexp_cache.cc",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/
H A DBUILD.gn52 "dist/cpp/src/phonenumbers/regexp_cache.cc",
/dports/devel/stb/stb-f54acd4/
H A Dstb.h10048 static char ** regexp_cache;
10052 if (strcmp(regex, regexp_cache[(int) mapping[z]])) {
10055 free(regexp_cache[i]);
10057 regexp_cache[i] = stb_p_strdup(regex);
10065 free(regexp_cache[i]);
10069 stb_arr_free(regexp_cache);
10075 stb_arr_push(regexp_cache, stb_p_strdup(regex));
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb.h9832 static char ** regexp_cache;
9836 if (strcmp(regex, regexp_cache[(int) mapping[z]])) {
9839 free(regexp_cache[i]);
9841 regexp_cache[i] = strdup(regex);
9849 free(regexp_cache[i]);
9853 stb_arr_free(regexp_cache);
9859 stb_arr_push(regexp_cache, strdup(regex));
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb.h10046 static char ** regexp_cache;
10050 if (strcmp(regex, regexp_cache[(int) mapping[z]])) {
10053 free(regexp_cache[i]);
10055 regexp_cache[i] = stb_p_strdup(regex);
10063 free(regexp_cache[i]);
10067 stb_arr_free(regexp_cache);
10073 stb_arr_push(regexp_cache, stb_p_strdup(regex));
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb.h10046 static char ** regexp_cache;
10050 if (strcmp(regex, regexp_cache[(int) mapping[z]])) {
10053 free(regexp_cache[i]);
10055 regexp_cache[i] = stb_p_strdup(regex);
10063 free(regexp_cache[i]);
10067 stb_arr_free(regexp_cache);
10073 stb_arr_push(regexp_cache, stb_p_strdup(regex));
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb.h10048 static char ** regexp_cache;
10052 if (strcmp(regex, regexp_cache[(int) mapping[z]])) {
10055 free(regexp_cache[i]);
10057 regexp_cache[i] = stb_p_strdup(regex);
10065 free(regexp_cache[i]);
10069 stb_arr_free(regexp_cache);
10075 stb_arr_push(regexp_cache, stb_p_strdup(regex));
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.363232 * src/search.c (struct regexp_cache): Add `busy' field.
63238 (compile_pattern): Return a regexp_cache pointer instead of the
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3151812 * src/search.c (struct regexp_cache): Add `busy' field.
151818 (compile_pattern): Return a regexp_cache pointer instead of the