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

regtry() function

Syntax

static int regtry(regex_t *preg,     const char *string );
Implemented in jimsh0.c:21289

Arguments

preg

string

References

LocationReferrerText
jimsh0.c:21289
static int regtry( regex_t *preg, const char *string )
jimsh0.c:21181
static int regtry(regex_t *preg, const char *string );
jimsh0.c:21242regexec()
if (regtry(preg, string)) {
jimsh0.c:21265regexec()
if (regtry(preg, s))
jimsh0.c:21273regexec()
if (regtry(preg, s))

Call Tree

Functions calling regtry()
Functions called by regtry()
all items filtered out
regtry()
all items filtered out
Data read by regtry()
Data written by regtry()
regtry()