regmatch_t::rm_so is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

regmatch_t::rm_so field

Syntax

int rm_so;

References

LocationReferrerText
jimregexp.h:16
int rm_so;
jimsh0.c:980
int rm_so;
jim-regexp.c:281Jim_RegexpCmd()
if (pmatch[j].rm_so == -1) {
jim-regexp.c:290Jim_RegexpCmd()
int so = utf8_strlen(source_str, pmatch[j].rm_so);
jim-regexp.c:296Jim_RegexpCmd()
Jim_AppendString(interp, resultObj, source_str + pmatch[j].rm_so, pmatch[j].rm_eo - pmatch[j].rm_so);
jim-regexp.c:483Jim_RegsubCmd()
Jim_AppendString(interp, resultObj, p, pmatch[0].rm_so);
jim-regexp.c:520Jim_RegsubCmd()
if ((idx < MAX_SUB_MATCHES) && pmatch[idx].rm_so != -1 && pmatch[idx].rm_eo != -1) {
jim-regexp.c:521Jim_RegsubCmd()
Jim_AppendString(interp, resultObj, p + pmatch[idx].rm_so,
jim-regexp.c:522Jim_RegsubCmd()
pmatch[idx].rm_eo - pmatch[idx].rm_so);
jim-regexp.c:547Jim_RegsubCmd()
if (pmatch[0].rm_eo == pmatch[0].rm_so) {
jimregexp.c:1231regtry()
preg->pmatch[i].rm_so = -1;
jimregexp.c:1235regtry()
preg->pmatch[0].rm_so = string - preg->start;
jimregexp.c:1586regmatch()
if (no < preg->nmatch && preg->pmatch[no].rm_so == -1) {
jimregexp.c:1587regmatch()
preg->pmatch[no].rm_so = save - preg->start;
jimsh0.c:3158Jim_RegexpCmd()
if (pmatch[j].rm_so == -1) {
jimsh0.c:3165Jim_RegexpCmd()
int len = pmatch[j].rm_eo - pmatch[j].rm_so;
jimsh0.c:3169Jim_RegexpCmd()
offset + pmatch[j].rm_so));
jimsh0.c:3171Jim_RegexpCmd()
offset + pmatch[j].rm_so + len - 1));
jimsh0.c:3174Jim_RegexpCmd()
Jim_AppendString(interp, resultObj, source_str + pmatch[j].rm_so, len);
jimsh0.c:3346Jim_RegsubCmd()
Jim_AppendString(interp, resultObj, p, pmatch[0].rm_so);
jimsh0.c:3374Jim_RegsubCmd()
if ((idx < MAX_SUB_MATCHES) && pmatch[idx].rm_so != -1 && pmatch[idx].rm_eo != -1) {
jimsh0.c:3375Jim_RegsubCmd()
Jim_AppendString(interp, resultObj, p + pmatch[idx].rm_so,
jimsh0.c:3376Jim_RegsubCmd()
pmatch[idx].rm_eo - pmatch[idx].rm_so);
jimsh0.c:21296regtry()
preg->pmatch[i].rm_so = -1;
jimsh0.c:21300regtry()
preg->pmatch[0].rm_so = string - preg->start;
jimsh0.c:21610regmatch()
if (no < preg->nmatch && preg->pmatch[no].rm_so == -1) {
jimsh0.c:21611regmatch()
preg->pmatch[no].rm_so = save - preg->start;

Data Use

Functions writing regmatch_t::rm_so
Functions reading regmatch_t::rm_so
regmatch_t::rm_so