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

REPXMIN macro

Syntax

#define REPXMIN 13

References

LocationText
jimregexp.c:100
#define REPXMIN 13 /* max,min Match this (complex) thing [min,max] times, minimal match. */
jimsh0.c:20363
#define REPXMIN 13
jimregexp.c:513
next = reginsert(preg, flags & SIMPLE ? REPMIN : REPXMIN, 5, ret);
jimregexp.c:1147
if (op == REPX || op == REPXMIN)
jimregexp.c:1570
case REPXMIN:
jimregexp.c:1571
return regmatchrepeat(preg, scan, OP(preg, scan) == REPXMIN);
jimregexp.c:1703
case REPXMIN:
jimsh0.c:20678
next = reginsert(preg, flags & SIMPLE ? REPMIN : REPXMIN, 5, ret);
jimsh0.c:21215
if (op == REPX || op == REPXMIN)
jimsh0.c:21594
case REPXMIN:
jimsh0.c:21595
return regmatchrepeat(preg, scan, OP(preg, scan) == REPXMIN);
jimsh0.c:21713
case REPXMIN: