::REG_NOMATCH is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

::REG_NOMATCH

Syntax

REG_NOMATCH;

References

LocationReferrerText
jimregexp.h:79
REG_NOMATCH, /* Didn't find a match (for regexec). */
jim-regexp.c:254Jim_RegexpCmd()
if (match == REG_NOMATCH) {
jim-regexp.c:473Jim_RegsubCmd()
if (match == REG_NOMATCH) {
jimregexp.c:1161jim_regexec()
return REG_NOMATCH;
jimregexp.c:1188jim_regexec()
return REG_NOMATCH;
jimregexp.c:1217jim_regexec()
return REG_NOMATCH;

Data Use

Functions using ::REG_NOMATCH
::REG_NOMATCH