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

ISMULT macro

Syntax

#define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?' || (c) == '{')

Arguments

c

References

LocationText
jimregexp.c:167
#define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?' || (c) == '{')
jimsh0.c:20390
#define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?' || (c) == '{')
jimregexp.c:458
if (!ISMULT(op)) {
jimregexp.c:531
if (ISMULT(*preg->regparse)) {
jimregexp.c:979
if (ISMULT(preg->regparse[n])) {
jimsh0.c:20623
if (!ISMULT(op)) {
jimsh0.c:20696
if (ISMULT(*preg->regparse)) {
jimsh0.c:21074
if (ISMULT(preg->regparse[n])) {