Searched refs:NUM_STRINGS (Results 1 – 7 of 7) sorted by relevance
443 #define NUM_STRINGS 8 macro450 static char retarray[NUM_STRINGS][16];457 index = (index + 1) % NUM_STRINGS;482 static char retarray[NUM_STRINGS][16];489 index = (index + 1) % NUM_STRINGS;
75 #define NUM_STRINGS(tp) (tp)->num_Strings macro80 #define NUM_STRINGS(tp) STRCOUNT macro88 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
99 for (n = STRCOUNT; n < NUM_STRINGS(tp); ++n) { in _nc_init_keytry()
483 dst->Strings = typeMalloc(char *, NUM_STRINGS(dst)); in _nc_copy_termtype()
261 for (i = 0; i < NUM_STRINGS(t1); i++) in entryeq()1165 || (NUM_STRINGS(term) != STRCOUNT)) { in dump_initializers()1176 for (n = STRCOUNT; n < NUM_STRINGS(term); ++n) { in dump_initializers()1203 || (NUM_STRINGS(term) != STRCOUNT)) in dump_termtype()1209 (void) printf("\t\t%d,\t\t/* count total Strings */\n", NUM_STRINGS(term)); in dump_termtype()1216 NUM_STRINGS(term) - STRCOUNT); in dump_termtype()
890 for (n = 0; n < NUM_STRINGS(tterm); ++n) { in kill_string()903 for (n = 0; n < NUM_STRINGS(tterm); ++n) { in find_string()1066 for (n = STRCOUNT; n < NUM_STRINGS(tterm); n++) { in dump_entry()
1406 for (j = 0; j < NUM_STRINGS(tp); j++) { in check_termtype()