REPX is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

REPX macro

Syntax

#define REPX 12

References

LocationText
jimregexp.c:99
#define REPX 12 /* max,min Match this (complex) thing [min,max] times. */
jimsh0.c:20362
#define REPX 12
jimregexp.c:516
next = reginsert(preg, flags & SIMPLE ? REP: REPX, 5, ret);
jimregexp.c:1147
if (op == REPX || op == REPXMIN)
jimregexp.c:1569
case REPX:
jimregexp.c:1702
case REPX:
jimsh0.c:20681
next = reginsert(preg, flags & SIMPLE ? REP: REPX, 5, ret);
jimsh0.c:21215
if (op == REPX || op == REPXMIN)
jimsh0.c:21593
case REPX:
jimsh0.c:21712
case REPX: