NUM_STRINGS
#define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
#define for_each_ext_string(n,tp) for(n = STRCOUNT; (int) n < (int) NUM_STRINGS(tp); n++)
TYPE_MALLOC(char *, NUM_STRINGS(dst), dst->Strings);
NUM_STRINGS(dst) * sizeof(dst->Strings[0]));
for (n = STRCOUNT; n < NUM_STRINGS(tp); ++n) {
|| (NUM_STRINGS(term) != STRCOUNT)) {
for (n = STRCOUNT; n < NUM_STRINGS(term); ++n) {
|| (NUM_STRINGS(term) != STRCOUNT))
(void) printf("\t\t%d,\t\t/* count total Strings */\n", NUM_STRINGS(term));
NUM_STRINGS(term) - STRCOUNT);
for (i = 0; i < NUM_STRINGS(t1); i++)
for (n = 0; n < NUM_STRINGS(tterm); ++n) {
for (n = 0; n < NUM_STRINGS(tterm); ++n) {
for (n = STRCOUNT; n < NUM_STRINGS(tterm); n++) {
NAME_VALUE *result = typeMalloc(NAME_VALUE, NUM_STRINGS(tp) + 1);
for (j = STRCOUNT; j < NUM_STRINGS(tp); ++j) {
char *check = calloc((size_t) (NUM_STRINGS(tp) + 1), sizeof(char));
static char retarray[NUM_STRINGS][16];
idx = (idx + 1) % NUM_STRINGS;