Home
last modified time | relevance | path

Searched defs:regexp (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/win32/jscript/
H A Djsregexp.c78 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 Dregexp.h71 static inline match_state_t* alloc_match_state(regexp_t *regexp, in alloc_match_state()
H A Dstring.c625 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 Dregexp.c236 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 Dparser.h89 } regexp; member
H A Dengine.c1390 jsdisp_t *regexp; in interp_regexp() local
/reactos/dll/win32/vbscript/
H A Dregexp.h72 static inline match_state_t* alloc_match_state(regexp_t *regexp, in alloc_match_state()
H A Dregexp.c236 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 Dvbregexp.c130 regexp_t *regexp; member
1598 RegExp2 *regexp; in create_regexp() local
1620 IDispatch *regexp; in VBScriptRegExpFactory_CreateInstance() local
/reactos/.theia/
H A Dtasks.json19 "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", string
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c380 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 Drelaxng.c8018 xmlRegexpPtr regexp, xmlNodePtr content) in xmlRelaxNGValidateCompiledContent()
H A Dxmlschemas.c996 xmlRegExecCtxtPtr regexp; member
/reactos/modules/rostests/winetests/vbscript/
H A Dvbscript.c996 IRegExp2 *regexp; in test_RegExp() local
H A Drun.c3054 IRegExp2 *regexp; in check_vbscript() local
/reactos/sdk/include/reactos/libs/libxml/
H A DschemasInternals.h833 xmlRegexpPtr regexp; /* The regex for patterns */ member