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

regmatch() function

Syntax

static int regmatch(regex_t *preg,     int prog);
Implemented in jimregexp.c:1444

Arguments

preg

prog

References

LocationReferrerText
jimregexp.c:1444
static int regmatch(regex_t *preg, int prog)
jimregexp.c:1111
static int regmatch(regex_t *preg, int prog);
jimregexp.c:1234regtry()
if (regmatch(preg, 1)) {
jimregexp.c:1371regmatchsimplerepeat()
if (regmatch(preg, next)) {
jimregexp.c:1398regmatchrepeat()
if (regmatch(preg, scan + 5)) {
jimregexp.c:1410regmatchrepeat()
if (regmatch(preg, regnext(preg, scan))) {
jimregexp.c:1415regmatchrepeat()
if (regmatch(preg, scan + 5)) {
jimregexp.c:1424regmatchrepeat()
if (regmatch(preg, scan + 5)) {
jimregexp.c:1430regmatchrepeat()
return regmatch(preg, regnext(preg, scan));
jimregexp.c:1555regmatch()
if (regmatch(preg, OPERAND(scan))) {
jimregexp.c:1578regmatch()
return regmatch(preg, next);
jimregexp.c:1583regmatch()
if (regmatch(preg, next)) {

Call Tree

Data read by regmatch()
Data written by regmatch()
regmatch()::scan
regmatch()::next
regmatch()::save
regmatch()::n
regmatch()::c
regmatch()::opnd
regmatch()::len
regmatch()::slen
regmatch()::no
all items filtered out
regmatch()
regmatch()::scan
regmatch()::next
regmatch()::save
regmatch()::n
regmatch()::c
regmatch()::opnd
regmatch()::len
regmatch()::slen
all items filtered out