Searched refs:ext_Names (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | alloc_ttype.c | 106 realign_data(TERMTYPE2 *to, char **ext_Names, in realign_data() argument 134 if (find_name(to->ext_Names, to1, to2, ext_Names[m + from])) { in realign_data() 152 if (find_name(to->ext_Names, to1, to2, ext_Names[m + from])) { in realign_data() 170 if (find_name(to->ext_Names, to1, to2, ext_Names[m + from])) { in realign_data() 239 if (!strcmp(name, tp->ext_Names[j])) { in _nc_find_ext_name() 283 tp->ext_Names[j] = tp->ext_Names[j + 1]; in _nc_del_ext_name() 327 int cmp = strcmp(name, tp->ext_Names[j]); in _nc_ins_ext_name() 336 TYPE_REALLOC(char *, total, tp->ext_Names); in _nc_ins_ext_name() 338 tp->ext_Names[k] = tp->ext_Names[k - 1]; in _nc_ins_ext_name() 339 tp->ext_Names[j] = name; in _nc_ins_ext_name() [all …]
|
H A D | alloc_entry.c | 219 length += strlen(tp->ext_Names[i]) + 1; in _nc_wrap_entry() 220 offsets[i] = (int) (tp->ext_Names[i] - stringbuf); in _nc_wrap_entry() 224 tp->ext_Names[i] = tp->ext_str_table + offset; in _nc_wrap_entry() 225 _nc_STRCPY(tp->ext_Names[i], in _nc_wrap_entry() 228 offset += strlen(tp->ext_Names[i]) + 1; in _nc_wrap_entry() 319 if (VALID_STRING(from->ext_Names[i])) in _nc_merge_entry() 320 str_size += strlen(from->ext_Names[i]) + 1; in _nc_merge_entry() 323 if (VALID_STRING(to->ext_Names[i])) in _nc_merge_entry() 324 str_size += strlen(to->ext_Names[i]) + 1; in _nc_merge_entry() 337 if (VALID_STRING(from->ext_Names[i])) { in _nc_merge_entry() [all …]
|
H A D | comp_parse.c | 259 FreeIfNeeded(thisentry.tterm.ext_Names); in _nc_read_entry_source() 291 if (!strcmp(p->ext_Names[n], name)) 347 (p)->ext_Names != 0) 365 const char *capname = from->ext_Names[n]; 376 from->ext_Names[n], 382 from->ext_Names[n], 595 FreeIfNeeded(qp->tterm.ext_Names); in _nc_resolve_uses2()
|
H A D | parse_entry.c | 99 if (!strcmp(name, tp->ext_Names[n])) { in _nc_extend_names() 120 int cmp = strcmp(tp->ext_Names[n], name); in _nc_extend_names() 174 TYPE_REALLOC(char *, actual, tp->ext_Names); in _nc_extend_names() 176 tp->ext_Names[actual] = tp->ext_Names[actual - 1]; in _nc_extend_names() 177 tp->ext_Names[offset] = saved; in _nc_extend_names() 180 temp.nte_name = tp->ext_Names[offset]; in _nc_extend_names()
|
H A D | free_ttype.c | 63 FreeIfNeeded(ptr->ext_Names); in really_free_termtype()
|
H A D | write_entry.c | 867 nextfree += compute_offsets(tp->ext_Names, in _nc_write_object() 939 TRACE_OUT(("WRITE ext_Names[%d]=%s", (int) i, tp->ext_Names[i])); in _nc_write_object() 940 if (!WRITE_STRING(tp->ext_Names[i])) { in _nc_write_object()
|
H A D | read_entry.c | 533 TYPE_CALLOC(char *, need, ptr->ext_Names); in _nc_read_termtype() 538 ptr->ext_Names, in _nc_read_termtype()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | trace_xnames.c | 64 tp->ext_Names[n], in NCURSES_EXPORT() 68 tp->ext_Names[n], in NCURSES_EXPORT() 72 tp->ext_Names[n], in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/include/ |
H A D | term_entry.h | 60 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
|
H A D | MKterm.h.awk.in | 12 print " char **ext_Names; /* corresponding names */"
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 10563 the ext_Names[] array. This is needed if one constructs a fallback
|