Home
last modified time | relevance | path

Searched refs:SQRex (Results 1 – 22 of 22) sorted by relevance

/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/include/
H A Dsqstdstring.h6 typedef struct SQRex SQRex; typedef
13 SQRex *sqstd_rex_compile(const SQChar *pattern,const SQChar **error);
14 void sqstd_rex_free(SQRex *exp);
15 SQBool sqstd_rex_match(SQRex* exp,const SQChar* text);
16 SQBool sqstd_rex_search(SQRex* exp,const SQChar* text, const SQChar** out_begin, const SQChar** out…
17 SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,const SQChar* text_end,const SQCha…
18 SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
19 SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/games/scourge/scourge/src/squirrel/
H A Dsqstdstring.h13 typedef struct SQRex SQRex; typedef
20 SQUIRREL_API SQRex *sqstd_rex_compile(const SQChar *pattern,const SQChar **error);
21 SQUIRREL_API void sqstd_rex_free(SQRex *exp);
22 SQUIRREL_API SQBool sqstd_rex_match(SQRex* exp,const SQChar* text);
23 SQUIRREL_API SQBool sqstd_rex_search(SQRex* exp,const SQChar* text, const SQChar** out_begin, const…
24 SQUIRREL_API SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,const SQChar* text_en…
25 SQUIRREL_API SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
26 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/include/
H A Dsqstdstring.h10 typedef struct SQRex SQRex; typedef
17 SQUIRREL_API SQRex *sqstd_rex_compile(const SQChar *pattern,const SQChar **error);
18 SQUIRREL_API void sqstd_rex_free(SQRex *exp);
19 SQUIRREL_API SQBool sqstd_rex_match(SQRex* exp,const SQChar* text);
20 SQUIRREL_API SQBool sqstd_rex_search(SQRex* exp,const SQChar* text, const SQChar** out_begin, const…
21 SQUIRREL_API SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,const SQChar* text_en…
22 SQUIRREL_API SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/lang/squirrel/squirrel3/include/
H A Dsqstdstring.h10 typedef struct SQRex SQRex; typedef
17 SQUIRREL_API SQRex *sqstd_rex_compile(const SQChar *pattern,const SQChar **error);
18 SQUIRREL_API void sqstd_rex_free(SQRex *exp);
19 SQUIRREL_API SQBool sqstd_rex_match(SQRex* exp,const SQChar* text);
20 SQUIRREL_API SQBool sqstd_rex_search(SQRex* exp,const SQChar* text, const SQChar** out_begin, const…
21 SQUIRREL_API SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,const SQChar* text_en…
22 SQUIRREL_API SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/games/simutrans/simutrans-121.0/squirrel/
H A Dsqstdstring.h10 typedef struct SQRex SQRex; typedef
17 SQUIRREL_API SQRex *sqstd_rex_compile(const SQChar *pattern,const SQChar **error);
18 SQUIRREL_API void sqstd_rex_free(SQRex *exp);
19 SQUIRREL_API SQBool sqstd_rex_match(SQRex* exp,const SQChar* text);
20 SQUIRREL_API SQBool sqstd_rex_search(SQRex* exp,const SQChar* text, const SQChar** out_begin, const…
21 SQUIRREL_API SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,const SQChar* text_en…
22 SQUIRREL_API SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/devel/codeblocks/codeblocks-20.03/src/include/scripting/include/
H A Dsqstdstring.h10 typedef struct SQRex SQRex; typedef
17 SQUIRREL_API SQRex *sqstd_rex_compile(const SQChar *pattern,const SQChar **error);
18 SQUIRREL_API void sqstd_rex_free(SQRex *exp);
19 SQUIRREL_API SQBool sqstd_rex_match(SQRex* exp,const SQChar* text);
20 SQUIRREL_API SQBool sqstd_rex_search(SQRex* exp,const SQChar* text, const SQChar** out_begin, const…
21 SQUIRREL_API SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,const SQChar* text_en…
22 SQUIRREL_API SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/include/
H A Dsqstdstring.h10 typedef struct SQRex SQRex; typedef
17 SQUIRREL_API SQRex *sqstd_rex_compile(const SQChar *pattern,const SQChar **error);
18 SQUIRREL_API void sqstd_rex_free(SQRex *exp);
19 SQUIRREL_API SQBool sqstd_rex_match(SQRex* exp,const SQChar* text);
20 SQUIRREL_API SQBool sqstd_rex_search(SQRex* exp,const SQChar* text, const SQChar** out_begin, const…
21 SQUIRREL_API SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,const SQChar* text_en…
22 SQUIRREL_API SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/sqstdlib/
H A Dsqstdrex.cpp57 struct SQRex{ struct
72 static SQInteger sqstd_rex_list(SQRex *exp); argument
97 static void sqstd_rex_expect(SQRex *exp, SQChar n){ in sqstd_rex_expect()
103 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
164 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
226 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
310 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
523 SQRex *exp = (SQRex *)sq_malloc(sizeof(SQRex)); in sqstd_rex_compile()
566 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
571 sq_free(exp,sizeof(SQRex)); in sqstd_rex_free()
[all …]
H A Dsqstdstring.cpp220 SQRex *self = NULL; \
225 SQRex *self = ((SQRex *)p); in _rexobj_releasehook()
304 SQRex *rex = sqstd_rex_compile(pattern,&error); in _regexp_constructor()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/sqstdlib/
H A Dsqstdrex.cpp61 struct SQRex{ struct
77 static SQInteger sqstd_rex_list(SQRex *exp); argument
108 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
169 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
218 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
231 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
317 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
535 SQRex *exp = (SQRex *)sq_malloc(sizeof(SQRex)); in sqstd_rex_compile()
578 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
584 sq_free(exp,sizeof(SQRex)); in sqstd_rex_free()
[all …]
H A Dsqstdstring.cpp218 SQRex *self = NULL; \
224 SQRex *self = ((SQRex *)p); in _rexobj_releasehook()
303 SQRex *rex = sqstd_rex_compile(pattern,&error); in _regexp_constructor()
/dports/games/scourge/scourge/src/sqstdlib/
H A Dsqstdrex.c53 struct SQRex { struct
69 static SQInteger sqstd_rex_list( SQRex *exp ); argument
108 static SQChar sqstd_rex_escapechar( SQRex *exp ) { in sqstd_rex_escapechar()
161 static SQInteger sqstd_rex_class( SQRex *exp ) { in sqstd_rex_class()
209 static SQInteger sqstd_rex_parsenumber( SQRex *exp ) { in sqstd_rex_parsenumber()
221 static SQInteger sqstd_rex_element( SQRex *exp ) { in sqstd_rex_element()
293 static SQInteger sqstd_rex_list( SQRex *exp ) { in sqstd_rex_list()
456 SQRex *exp = ( SQRex * )sq_malloc( sizeof( SQRex ) ); in sqstd_rex_compile()
496 void sqstd_rex_free( SQRex *exp ) { in sqstd_rex_free()
501 sq_free( exp, sizeof( SQRex ) ); in sqstd_rex_free()
[all …]
H A Dsqstdstring.cpp130 SQRex *self = NULL; \
134 SQRex *self = ( ( SQRex * )p ); in _rexobj_releasehook()
205 SQRex *rex = sqstd_rex_compile( pattern, &error ); in _regexp_constructor()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/
H A Dsqstdrex.cpp55 struct SQRex{ struct
71 static SQInteger sqstd_rex_list(SQRex *exp); argument
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
179 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
226 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
239 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
321 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
556 SQRex * volatile exp = (SQRex *)sq_malloc(sizeof(SQRex)); // "volatile" is needed for setjmp() in sqstd_rex_compile()
599 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
605 sq_free(exp,sizeof(SQRex)); in sqstd_rex_free()
[all …]
H A Dsqstdstring.cpp366 SQRex *self = NULL; \
371 SQRex *self = ((SQRex *)p); in _rexobj_releasehook()
450 SQRex *rex = sqstd_rex_compile(pattern,&error); in _regexp_constructor()
/dports/lang/squirrel/squirrel3/sqstdlib/
H A Dsqstdrex.cpp55 struct SQRex{ struct
71 static SQInteger sqstd_rex_list(SQRex *exp); argument
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
176 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
223 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
236 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
318 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
553 SQRex * volatile exp = (SQRex *)sq_malloc(sizeof(SQRex)); // "volatile" is needed for setjmp() in sqstd_rex_compile()
596 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
602 sq_free(exp,sizeof(SQRex)); in sqstd_rex_free()
[all …]
H A Dsqstdstring.cpp350 SQRex *self = NULL; \
355 SQRex *self = ((SQRex *)p); in _rexobj_releasehook()
434 SQRex *rex = sqstd_rex_compile(pattern,&error); in _regexp_constructor()
/dports/games/simutrans/simutrans-121.0/squirrel/sqstdlib/
H A Dsqstdrex.cc55 struct SQRex{ struct
71 static SQInteger sqstd_rex_list(SQRex *exp); argument
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
179 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
226 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
239 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
321 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
556 SQRex * volatile exp = (SQRex *)sq_malloc(sizeof(SQRex)); // "volatile" is needed for setjmp() in sqstd_rex_compile()
599 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
605 sq_free(exp,sizeof(SQRex)); in sqstd_rex_free()
[all …]
H A Dsqstdstring.cc366 SQRex *self = NULL; \
371 SQRex *self = ((SQRex *)p); in _rexobj_releasehook()
450 SQRex *rex = sqstd_rex_compile(pattern,&error); in _regexp_constructor()
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/sqstdlib/
H A Dsqstdrex.cpp55 struct SQRex{ struct
71 static SQInteger sqstd_rex_list(SQRex *exp); argument
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
179 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
226 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
239 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
321 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
556 SQRex * volatile exp = (SQRex *)sq_malloc(sizeof(SQRex)); // "volatile" is needed for setjmp() in sqstd_rex_compile()
599 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
605 sq_free(exp,sizeof(SQRex)); in sqstd_rex_free()
[all …]
H A Dsqstdstring.cpp386 SQRex *self = NULL; \
391 SQRex *self = ((SQRex *)p); in _rexobj_releasehook()
470 SQRex *rex = sqstd_rex_compile(pattern,&error); in _regexp_constructor()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/doc/source/stdlib/
H A Dstdstringlib.rst253 .. c:function:: SQRex* sqstd_rex_compile(const SQChar *pattern, const SQChar ** error)
263 .. c:function:: void sqstd_rex_free(SQRex * exp)
265 :param SQRex* exp: the expression structure that has to be deleted.
269 .. c:function:: SQBool sqstd_rex_match(SQRex * exp,const SQChar * text)
271 :param SQRex* exp: a compiled expression
280 :param SQRex* exp: a compiled expression
292 :param SQRex* exp: a compiled expression
304 .. c:function:: SQInteger sqstd_rex_getsubexpcount(SQRex * exp)
306 :param SQRex* exp: a compiled expression
311 .. c:function:: SQBool sqstd_rex_getsubexp(SQRex * exp, SQInteger n, SQRexMatch *subexp)
[all …]