/reactos/dll/win32/jscript/ |
H A D | jsregexp.c | 78 static HRESULT do_regexp_match_next(script_ctx_t *ctx, RegExpInstance *regexp, in do_regexp_match_next() 128 RegExpInstance *regexp = regexp_from_jsdisp(dispex); in regexp_match_next() local 300 RegExpInstance *regexp = regexp_from_jsdisp(jsthis); in RegExp_get_lastIndex() local 309 RegExpInstance *regexp = regexp_from_jsdisp(jsthis); in RegExp_set_lastIndex() local 326 RegExpInstance *regexp; in RegExp_toString() local 445 RegExpInstance *regexp; in run_exec() local 623 RegExpInstance *regexp; in alloc_regexp() local 646 RegExpInstance *regexp; in create_regexp() local 687 RegExpInstance *regexp = regexp_from_jsdisp(obj); in create_regexp_var() local 733 RegExpInstance *regexp = regexp_from_jsdisp(re); in regexp_string_match() local [all …]
|
H A D | regexp.h | 71 static inline match_state_t* alloc_match_state(regexp_t *regexp, in alloc_match_state()
|
H A D | string.c | 625 jsdisp_t *regexp = NULL; in String_match() local 779 jsdisp_t *rep_func = NULL, *regexp = NULL; in String_replace() local 999 jsdisp_t *regexp = NULL; in String_search() local 1137 jsdisp_t *array, *regexp = NULL; in String_split() local
|
H A D | regexp.c | 236 regexp_t *regexp; /* the RE in execution */ member 3140 HRESULT regexp_execute(regexp_t *regexp, void *cx, heap_pool_t *pool, in regexp_execute()
|
H A D | parser.h | 89 } regexp; member
|
H A D | engine.c | 1390 jsdisp_t *regexp; in interp_regexp() local
|
/reactos/dll/win32/vbscript/ |
H A D | regexp.h | 72 static inline match_state_t* alloc_match_state(regexp_t *regexp, in alloc_match_state()
|
H A D | regexp.c | 236 regexp_t *regexp; /* the RE in execution */ member 3140 HRESULT regexp_execute(regexp_t *regexp, void *cx, heap_pool_t *pool, in regexp_execute() 3290 HRESULT regexp_set_flags(regexp_t **regexp, void *cx, heap_pool_t *pool, WORD flags) in regexp_set_flags()
|
H A D | vbregexp.c | 130 regexp_t *regexp; member 1598 RegExp2 *regexp; in create_regexp() local 1620 IDispatch *regexp; in VBScriptRegExpFactory_CreateInstance() local
|
/reactos/.theia/ |
H A D | tasks.json | 19 "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", string
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xmlregexp.c | 380 const char *regexp = NULL; in xmlRegexpErrMemory() local 400 const char *regexp = NULL; in xmlRegexpErrCompile() local 5574 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) { in xmlRegexpPrint() 5614 xmlRegexpCompile(const xmlChar *regexp) { in xmlRegexpCompile() 5718 xmlRegFreeRegexp(xmlRegexpPtr regexp) { in xmlRegFreeRegexp()
|
H A D | relaxng.c | 8018 xmlRegexpPtr regexp, xmlNodePtr content) in xmlRelaxNGValidateCompiledContent()
|
H A D | xmlschemas.c | 996 xmlRegExecCtxtPtr regexp; member
|
/reactos/modules/rostests/winetests/vbscript/ |
H A D | vbscript.c | 996 IRegExp2 *regexp; in test_RegExp() local
|
H A D | run.c | 3054 IRegExp2 *regexp; in check_vbscript() local
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | schemasInternals.h | 833 xmlRegexpPtr regexp; /* The regex for patterns */ member
|