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

regexp::regstart field

Syntax

int regstart;

References

LocationReferrerText
jimregexp.h:47
int regstart; /* Internal use only. */
jimsh0.c:992
int regstart;
jimregexp.c:272jim_regcomp()
preg->regstart = 0; /* Worst-case defaults. */
jimregexp.c:282jim_regcomp()
preg->regstart = preg->program[OPERAND(scan)];
jimregexp.c:1194jim_regexec()
if (preg->regstart != '\0') {
jimregexp.c:1196jim_regexec()
while ((s = str_find(s, preg->regstart, preg->cflags & REG_ICASE)) != NULL) {
jimsh0.c:20468regcomp()
preg->regstart = 0;
jimsh0.c:20478regcomp()
preg->regstart = preg->program[OPERAND(scan)];
jimsh0.c:21262regexec()
if (preg->regstart != '\0') {
jimsh0.c:21264regexec()
while ((s = str_find(s, preg->regstart, preg->cflags & REG_ICASE)) != NULL) {

Data Use

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