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

regmatch() function

Syntax

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

Arguments

preg

prog

References

LocationReferrerText
jimsh0.c:21468
static int regmatch(regex_t *preg, int prog)
jimsh0.c:21182
static int regmatch(regex_t *preg, int prog);
jimsh0.c:21299regtry()
if (regmatch(preg, 1)) {
jimsh0.c:21405regmatchsimplerepeat()
if (regmatch(preg, next)) {
jimsh0.c:21432regmatchrepeat()
if (regmatch(preg, scan + 5)) {
jimsh0.c:21444regmatchrepeat()
if (regmatch(preg, regnext(preg, scan))) {
jimsh0.c:21449regmatchrepeat()
if (regmatch(preg, scan + 5)) {
jimsh0.c:21458regmatchrepeat()
if (regmatch(preg, scan + 5)) {
jimsh0.c:21464regmatchrepeat()
return regmatch(preg, regnext(preg, scan));
jimsh0.c:21579regmatch()
if (regmatch(preg, OPERAND(scan))) {
jimsh0.c:21602regmatch()
return regmatch(preg, next);
jimsh0.c:21607regmatch()
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