jim_regexec() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

jim_regexec() function

Syntax

int jim_regexec(regex_t *preg,     const char *string,     size_t nmatch,     regmatch_t pmatch[],     int eflags);
Implemented in jimregexp.c:1117

Arguments

eflags

preg

string

nmatch

pmatch

References

LocationReferrerText
jimregexp.c:1117
int jim_regexec(regex_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags)
jimregexp.h:102
int jim_regexec(regex_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
jim-regexp.c:244Jim_RegexpCmd()
match = jim_regexec(regex, source_str, num_vars + 1, pmatch, eflags);
jim-regexp.c:464Jim_RegsubCmd()
int match = jim_regexec(regex, p, MAX_SUB_MATCHES, pmatch, regexec_flags);

Call Tree

Functions calling jim_regexec()
Functions called by jim_regexec()
all items filtered out
jim_regexec()
strchr()
all items filtered out