Home
last modified time | relevance | path

Searched refs:NUM_STRINGS (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/top/
HDutils.c443 #define NUM_STRINGS 8 macro
450 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;
/trueos/contrib/ncurses/include/
HDterm_entry.h75 #define NUM_STRINGS(tp) (tp)->num_Strings macro
80 #define NUM_STRINGS(tp) STRCOUNT macro
88 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
/trueos/contrib/ncurses/ncurses/tinfo/
HDinit_keytry.c99 for (n = STRCOUNT; n < NUM_STRINGS(tp); ++n) { in _nc_init_keytry()
HDalloc_ttype.c483 dst->Strings = typeMalloc(char *, NUM_STRINGS(dst)); in _nc_copy_termtype()
/trueos/contrib/ncurses/progs/
HDinfocmp.c261 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()
HDdump_entry.c890 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()
HDtic.c1406 for (j = 0; j < NUM_STRINGS(tp); j++) { in check_termtype()