OpenOCD
regmatch_t
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
regmatch_t
regmatch_t struct
Syntax
Show:
Summary
Declaration
from
jimregexp.h:15
typedef
struct
{
int
rm_so
;
int
rm_eo
;
}
regmatch_t
;
Fields
Field
Declared as
regmatch_t::rm_so
int
regmatch_t::rm_eo
int
Related Functions
Found 2 other functions taking a
regmatch_t
argument:
Function
jim_regexec()
regexec()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out