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

regexp::nmatch field

Syntax

int nmatch;

References

LocationReferrerText
jimregexp.h:66
int nmatch; /* size of pmatch[] */
jimsh0.c:1011
int nmatch;
jimregexp.c:1139jim_regexec()
preg->nmatch = nmatch;
jimregexp.c:1230regtry()
for (i = 0; i < preg->nmatch; i++) {
jimregexp.c:1586regmatch()
if (no < preg->nmatch && preg->pmatch[no].rm_so == -1) {
jimregexp.c:1592regmatch()
if (no < preg->nmatch && preg->pmatch[no].rm_eo == -1) {
jimsh0.c:21207regexec()
preg->nmatch = nmatch;
jimsh0.c:21295regtry()
for (i = 0; i < preg->nmatch; i++) {
jimsh0.c:21610regmatch()
if (no < preg->nmatch && preg->pmatch[no].rm_so == -1) {
jimsh0.c:21616regmatch()
if (no < preg->nmatch && preg->pmatch[no].rm_eo == -1) {

Data Use

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