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

REP macro

Syntax

#define REP 10

References

LocationText
jimregexp.c:97
#define REP 10 /* max,min Match this (simple) thing [min,max] times. */
jimsh0.c:20360
#define REP 10
jimregexp.c:516
next = reginsert(preg, flags & SIMPLE ? REP: REPX, 5, ret);
jimregexp.c:1565
case REP:
jimregexp.c:1700
case REP:
jimsh0.c:20681
next = reginsert(preg, flags & SIMPLE ? REP: REPX, 5, ret);
jimsh0.c:21589
case REP:
jimsh0.c:21710
case REP: