regexp::reganch is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

regexp::reganch field

Syntax

int reganch;

References

LocationReferrerText
jimregexp.h:48
int reganch; /* Internal use only. */
jimsh0.c:993
int reganch;
jimregexp.c:273jim_regcomp()
preg->reganch = 0;
jimregexp.c:285jim_regcomp()
preg->reganch++;
jimregexp.c:1168jim_regexec()
if (preg->reganch) {
jimsh0.c:20469regcomp()
preg->reganch = 0;
jimsh0.c:20481regcomp()
preg->reganch++;
jimsh0.c:21236regexec()
if (preg->reganch) {

Data Use

Functions writing regexp::reganch
Functions reading regexp::reganch
all items filtered out
regexp::reganch