Searched refs:STRCOUNT (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | init_keytry.c | 81 if (_nc_tinfo_fkeys[n].offset < STRCOUNT) { in _nc_init_keytry() 95 for (n = STRCOUNT; n < NUM_STRINGS(tp); ++n) { in _nc_init_keytry() 105 n - STRCOUNT + KEY_MAX); in _nc_init_keytry()
|
| H A D | read_entry.c | 237 tp->num_Strings = STRCOUNT; in _nc_init_termtype() 247 TYPE_MALLOC(char *, STRCOUNT, tp->Strings); in _nc_init_termtype() 336 str_count, STRCOUNT, str_size)); in _nc_read_termtype() 343 || str_count > STRCOUNT in _nc_read_termtype() 389 TYPE_CALLOC(char *, max(STRCOUNT, str_count), ptr->Strings); in _nc_read_termtype() 409 ptr->num_Strings = STRCOUNT; in _nc_read_termtype() 438 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype() 512 ptr->Strings[i + STRCOUNT] = ptr->Strings[i + str_count]; in _nc_read_termtype() 513 if (VALID_STRING(ptr->Strings[i + STRCOUNT])) { in _nc_read_termtype() 514 base += (int) (strlen(ptr->Strings[i + STRCOUNT]) + 1); in _nc_read_termtype() [all …]
|
| H A D | write_entry.c | 695 if (tp->Strings[STRCOUNT + i] != ABSENT_STRING) in extended_Strings() 749 last_str = STRCOUNT; in _nc_write_object() 859 nextfree = compute_offsets(tp->Strings + STRCOUNT, in _nc_write_object() 874 if (VALID_STRING(tp->Strings[i + STRCOUNT])) { in _nc_write_object() 927 if (VALID_STRING(tp->Strings[i + STRCOUNT])) { in _nc_write_object() 929 _nc_visbuf(tp->Strings[i + STRCOUNT]))); in _nc_write_object() 930 if (!WRITE_STRING(tp->Strings[i + STRCOUNT])) { in _nc_write_object()
|
| H A D | comp_parse.c | 317 result = ((p->Strings[STRCOUNT + which] != CANCELLED_STRING)
|
| H A D | parse_entry.c | 136 tindex += STRCOUNT; in _nc_extend_names()
|
| /openbsd-src/lib/libcurses/ |
| H A D | term_entry.h | 66 #define NUM_STRINGS(tp) STRCOUNT 79 #define for_each_ext_string(n,tp) for(n = STRCOUNT; (int) n < (int) NUM_STRINGS(tp); n++) 84 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)…
|
| H A D | term.h | 681 #define STRCOUNT 414 macro
|
| /openbsd-src/usr.bin/infocmp/ |
| H A D | infocmp.c | 839 for (i = 0; i < STRCOUNT; i++) { in analyze_string() 1406 || (NUM_STRINGS(term) != STRCOUNT)) { in dump_initializers() 1417 for (n = STRCOUNT; n < NUM_STRINGS(term); ++n) { in dump_initializers() 1444 || (NUM_STRINGS(term) != STRCOUNT)) in dump_termtype() 1457 NUM_STRINGS(term) - STRCOUNT); in dump_termtype()
|
| /openbsd-src/usr.bin/tic/ |
| H A D | tic.c | 215 for (n = 0; n < STRCOUNT; n++) { in write_it() 2452 assert(SIZEOF(parametrized) == STRCOUNT); in check_infotocap() 2722 for (j = STRCOUNT; j < NUM_STRINGS(tp); ++j) { in get_fkey_list() 3212 check_params(tp, name, a, (j >= STRCOUNT)); in check_termtype()
|
| H A D | dump_entry.c | 105 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j])) 1581 for (n = STRCOUNT; n < NUM_STRINGS(tterm); n++) { in dump_entry()
|