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

regtry() function

Syntax

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

Arguments

preg

string

References

LocationReferrerText
jimregexp.c:1224
static int regtry( regex_t *preg, const char *string )
jimregexp.c:1110
static int regtry(regex_t *preg, const char *string );
jimregexp.c:1174jim_regexec()
if (regtry(preg, string)) {
jimregexp.c:1197jim_regexec()
if (regtry(preg, s))
jimregexp.c:1205jim_regexec()
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()