Searched refs:NUM_STRINGS (Results 1 – 8 of 8) sorted by relevance
316 #define NUM_STRINGS 8 macro321 static char retarray[NUM_STRINGS][16]; in format_k()326 idx = (idx + 1) % NUM_STRINGS; in format_k()
76 #define NUM_STRINGS(tp) (tp)->num_Strings macro81 #define NUM_STRINGS(tp) STRCOUNT macro89 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
95 for (n = STRCOUNT; n < NUM_STRINGS(tp); ++n) { in _nc_init_keytry()
69 for (j = 0; j < NUM_STRINGS(ptr); j++) { in NCURSES_EXPORT()
468 dst->Strings = typeMalloc(char *, NUM_STRINGS(dst)); in _nc_copy_termtype()
261 for (i = 0; i < NUM_STRINGS(t1); i++) in entryeq()1179 || (NUM_STRINGS(term) != STRCOUNT)) { in dump_initializers()1190 for (n = STRCOUNT; n < NUM_STRINGS(term); ++n) { in dump_initializers()1217 || (NUM_STRINGS(term) != STRCOUNT)) in dump_termtype()1223 (void) printf("\t\t%d,\t\t/* count total Strings */\n", NUM_STRINGS(term)); in dump_termtype()1230 NUM_STRINGS(term) - STRCOUNT); in dump_termtype()
832 for (n = 0; n < NUM_STRINGS(tterm); ++n) { in kill_string()845 for (n = 0; n < NUM_STRINGS(tterm); ++n) { in find_string()965 for (n = STRCOUNT; n < NUM_STRINGS(tterm); n++) { in dump_entry()
1383 for (j = 0; j < NUM_STRINGS(tp); j++) { in check_termtype()