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