 |
NEURON
|
Go to the documentation of this file.
37 #define SYMITER(arg1) \
38 for (i = 'A'; i <= 'z'; i++) \
39 ITERATE(qs, symlist[i]) \
40 if ((s = SYM(qs))->type == arg1)
42 #define SYMITER_STAT \
43 for (i = 'A'; i <= 'z'; i++) \
44 ITERATE(qs, symlist[i]) \
45 if ((s = SYM(qs))->subtype & STAT)