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

regexp::cflags field

Syntax

int cflags;

References

LocationReferrerText
jimregexp.h:45
int cflags; /* Flags used when compiling */
jimsh0.c:990
int cflags;
jimregexp.c:250jim_regcomp()
preg->cflags = cflags;
jimregexp.c:687regatom()
int nocase = (preg->cflags & REG_ICASE);
jimregexp.c:807regatom()
if ((preg->cflags & REG_ICASE) == 0) {
jimregexp.c:911regatom()
if ((preg->cflags & REG_ICASE) == 0) {
jimregexp.c:955regatom()
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) {
jimregexp.c:1179jim_regexec()
if (preg->cflags & REG_NEWLINE) {
jimregexp.c:1196jim_regexec()
while ((s = str_find(s, preg->regstart, preg->cflags & REG_ICASE)) != NULL) {
jimregexp.c:1319reg_iseol()
if (preg->cflags & REG_NEWLINE) {
jimregexp.c:1368regmatchsimplerepeat()
jimregexp.c:1465regmatch()
jimregexp.c:1526regmatch()
slen = prefix_cmp(preg->program + opnd, len, preg->reginput, preg->cflags & REG_ICASE);
jimregexp.c:1637regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);
jimregexp.c:1647regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);
jimregexp.c:1657regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);
jimsh0.c:20449regcomp()
preg->cflags = cflags;
jimsh0.c:20813regatom()
int nocase = (preg->cflags & REG_ICASE);
jimsh0.c:20920regatom()
if ((preg->cflags & REG_ICASE) == 0) {
jimsh0.c:21024regatom()
if ((preg->cflags & REG_ICASE) == 0) {
jimsh0.c:21060regatom()
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) {
jimsh0.c:21247regexec()
if (preg->cflags & REG_NEWLINE) {
jimsh0.c:21264regexec()
while ((s = str_find(s, preg->regstart, preg->cflags & REG_ICASE)) != NULL) {
jimsh0.c:21357reg_iseol()
if (preg->cflags & REG_NEWLINE) {
jimsh0.c:21402regmatchsimplerepeat()
jimsh0.c:21489regmatch()
jimsh0.c:21550regmatch()
slen = prefix_cmp(preg->program + opnd, len, preg->reginput, preg->cflags & REG_ICASE);
jimsh0.c:21653regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);
jimsh0.c:21663regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);
jimsh0.c:21673regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);

Data Use

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