Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/top/
Dutils.c316 #define NUM_STRINGS 8 macro
321 static char retarray[NUM_STRINGS][16]; in format_k()
326 idx = (idx + 1) % NUM_STRINGS; in format_k()
/mirbsd/src/lib/libncurses/src/include/
Dterm_entry.h76 #define NUM_STRINGS(tp) (tp)->num_Strings macro
81 #define NUM_STRINGS(tp) STRCOUNT macro
89 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dinit_keytry.c95 for (n = STRCOUNT; n < NUM_STRINGS(tp); ++n) { in _nc_init_keytry()
Dfree_ttype.c69 for (j = 0; j < NUM_STRINGS(ptr); j++) { in NCURSES_EXPORT()
Dalloc_ttype.c468 dst->Strings = typeMalloc(char *, NUM_STRINGS(dst)); in _nc_copy_termtype()
/mirbsd/src/lib/libncurses/src/progs/
Dinfocmp.c261 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()
Ddump_entry.c832 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()
Dtic.c1383 for (j = 0; j < NUM_STRINGS(tp); j++) { in check_termtype()