Home
last modified time | relevance | path

Searched refs:prev_re (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/duktape-lib/duktape-2.6.0/tools/
H A Dextract_chars.py149 prev_re = None
182 if prev_re is not None:
183 genskip(prev_re + 1, rs - 1)
185 prev_re = re
215 prev_re = 0
218 r1 = rs - prev_re # 1 or above (no unjoined ranges)
222 prev_re = re
272 prev_re = 0
275 r1 = rs - prev_re # 1 or above (no unjoined ranges)
279 prev_re = re
/dports/lang/duktape/duktape-2.6.0/tools/
H A Dextract_chars.py149 prev_re = None
182 if prev_re is not None:
183 genskip(prev_re + 1, rs - 1)
185 prev_re = re
215 prev_re = 0
218 r1 = rs - prev_re # 1 or above (no unjoined ranges)
222 prev_re = re
272 prev_re = 0
275 r1 = rs - prev_re # 1 or above (no unjoined ranges)
279 prev_re = re
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dredistribute.c194 const struct route_entry *prev_re) in redistribute_update() argument
205 re, zebra_route_string(re->type), prev_re, in redistribute_update()
206 prev_re ? zebra_route_string(prev_re->type) : "None"); in redistribute_update()
236 } else if (zebra_redistribute_check(prev_re, client, p, afi)) in redistribute_update()
238 client, p, src_p, prev_re); in redistribute_update()
H A Dredistribute.h46 const struct route_entry *prev_re);
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dredistribute.c194 const struct route_entry *prev_re) in redistribute_update() argument
205 re, zebra_route_string(re->type), prev_re, in redistribute_update()
206 prev_re ? zebra_route_string(prev_re->type) : "None"); in redistribute_update()
236 } else if (zebra_redistribute_check(prev_re, client, p, afi)) in redistribute_update()
238 client, p, src_p, prev_re); in redistribute_update()
H A Dredistribute.h46 const struct route_entry *prev_re);
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_unicode_support.c514 duk_codepoint_t prev_re; in duk__uni_range_match() local
520 prev_re = 0; in duk__uni_range_match()
529 r1 = prev_re + r1; in duk__uni_range_match()
531 prev_re = r2; in duk__uni_range_match()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_unicode_support.c514 duk_codepoint_t prev_re; in duk__uni_range_match() local
520 prev_re = 0; in duk__uni_range_match()
529 r1 = prev_re + r1; in duk__uni_range_match()
531 prev_re = r2; in duk__uni_range_match()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_unicode_support.c514 duk_codepoint_t prev_re; in duk__uni_range_match() local
520 prev_re = 0; in duk__uni_range_match()
529 r1 = prev_re + r1; in duk__uni_range_match()
531 prev_re = r2; in duk__uni_range_match()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_unicode_support.c514 duk_codepoint_t prev_re; in duk__uni_range_match() local
520 prev_re = 0; in duk__uni_range_match()
529 r1 = prev_re + r1; in duk__uni_range_match()
531 prev_re = r2; in duk__uni_range_match()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_unicode_support.c422 duk_codepoint_t prev_re; in duk__uni_range_match() local
428 prev_re = 0; in duk__uni_range_match()
437 r1 = prev_re + r1; in duk__uni_range_match()
439 prev_re = r2; in duk__uni_range_match()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_unicode_support.c422 duk_codepoint_t prev_re; in duk__uni_range_match() local
428 prev_re = 0; in duk__uni_range_match()
437 r1 = prev_re + r1; in duk__uni_range_match()
439 prev_re = r2; in duk__uni_range_match()
/dports/security/suricata/suricata-6.0.4/src/
H A Dstream-tcp-list.c146 const uint32_t prev_re = SEG_SEQ_RIGHT_EDGE(prev); in CheckOverlap() local
147 if (SEQ_GT(prev_re, seg->seq)) in CheckOverlap()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c10330 duk_codepoint_t prev_re; in duk__uni_range_match() local
10336 prev_re = 0; in duk__uni_range_match()
10345 r1 = prev_re + r1; in duk__uni_range_match()
10347 prev_re = r2; in duk__uni_range_match()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c10370 duk_codepoint_t prev_re; in duk__uni_range_match() local
10376 prev_re = 0; in duk__uni_range_match()
10385 r1 = prev_re + r1; in duk__uni_range_match()
10387 prev_re = r2; in duk__uni_range_match()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c10365 duk_codepoint_t prev_re; in duk__uni_range_match() local
10371 prev_re = 0; in duk__uni_range_match()
10380 r1 = prev_re + r1; in duk__uni_range_match()
10382 prev_re = r2; in duk__uni_range_match()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c10325 duk_codepoint_t prev_re; in duk__uni_range_match() local
10331 prev_re = 0; in duk__uni_range_match()
10340 r1 = prev_re + r1; in duk__uni_range_match()
10342 prev_re = r2; in duk__uni_range_match()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c12233 duk_codepoint_t prev_re; in duk__uni_range_match() local
12239 prev_re = 0; in duk__uni_range_match()
12248 r1 = prev_re + r1; in duk__uni_range_match()
12250 prev_re = r2; in duk__uni_range_match()
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp12238 duk_codepoint_t prev_re; in duk__uni_range_match() local
12244 prev_re = 0; in duk__uni_range_match()
12253 r1 = prev_re + r1; in duk__uni_range_match()
12255 prev_re = r2; in duk__uni_range_match()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c13757 duk_codepoint_t prev_re; in duk__uni_range_match() local
13763 prev_re = 0; in duk__uni_range_match()
13772 r1 = prev_re + r1; in duk__uni_range_match()
13774 prev_re = r2; in duk__uni_range_match()
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A Dduktape.c12230 duk_codepoint_t prev_re; in duk__uni_range_match() local
12236 prev_re = 0; in duk__uni_range_match()
12245 r1 = prev_re + r1; in duk__uni_range_match()
12247 prev_re = r2; in duk__uni_range_match()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c12416 duk_codepoint_t prev_re; in duk__uni_range_match() local
12422 prev_re = 0; in duk__uni_range_match()
12431 r1 = prev_re + r1; in duk__uni_range_match()
12433 prev_re = r2; in duk__uni_range_match()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c12416 duk_codepoint_t prev_re; in duk__uni_range_match() local
12422 prev_re = 0; in duk__uni_range_match()
12431 r1 = prev_re + r1; in duk__uni_range_match()
12433 prev_re = r2; in duk__uni_range_match()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c12416 duk_codepoint_t prev_re; in duk__uni_range_match() local
12422 prev_re = 0; in duk__uni_range_match()
12431 r1 = prev_re + r1; in duk__uni_range_match()
12433 prev_re = r2; in duk__uni_range_match()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c12416 duk_codepoint_t prev_re; in duk__uni_range_match() local
12422 prev_re = 0; in duk__uni_range_match()
12431 r1 = prev_re + r1; in duk__uni_range_match()
12433 prev_re = r2; in duk__uni_range_match()

12