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

regexp::regmust field

Syntax

int regmust;

References

LocationReferrerText
jimregexp.h:49
int regmust; /* Internal use only. */
jimsh0.c:994
int regmust;
jimregexp.c:274jim_regcomp()
preg->regmust = 0;
jimregexp.c:307jim_regcomp()
preg->regmust = longest;
jimregexp.c:1152jim_regexec()
if (preg->regmust != 0) {
jimregexp.c:1154jim_regexec()
while ((s = str_find(s, preg->program[preg->regmust], preg->cflags & REG_ICASE)) != NULL) {
jimregexp.c:1155jim_regexec()
if (prefix_cmp(preg->program + preg->regmust, preg->regmlen, s, preg->cflags & REG_ICASE) >= 0) {
jimsh0.c:20470regcomp()
preg->regmust = 0;
jimsh0.c:20495regcomp()
preg->regmust = longest;
jimsh0.c:21220regexec()
if (preg->regmust != 0) {
jimsh0.c:21222regexec()
while ((s = str_find(s, preg->program[preg->regmust], preg->cflags & REG_ICASE)) != NULL) {
jimsh0.c:21223regexec()
if (prefix_cmp(preg->program + preg->regmust, preg->regmlen, s, preg->cflags & REG_ICASE) >= 0) {

Data Use

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