Searched refs:ext_Names (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | alloc_ttype.c | 111 if (find_name(to->ext_Names, limit, ext_Names[m])) { in realign_data() 126 if (find_name(to->ext_Names, limit, ext_Names[m + ext_Booleans])) { in realign_data() 252 tp->ext_Names[j] = tp->ext_Names[j + 1]; in _nc_del_ext_name() 307 tp->ext_Names[k] = tp->ext_Names[k - 1]; in _nc_ins_ext_name() 407 if (strcmp(to->ext_Names[n], from->ext_Names[n])) { in _nc_align_termtype() 435 to->ext_Names in _nc_align_termtype() 442 to->ext_Names in _nc_align_termtype() 457 to->ext_Names = ext_Names; in _nc_align_termtype() 466 memcpy(from->ext_Names, ext_Names, sizeof(char *) * (size_t) nb); in _nc_align_termtype() 506 memcpy(dst->ext_Names, src->ext_Names, i * sizeof(char *)); in _nc_copy_termtype() [all …]
|
| H A D | alloc_entry.c | 196 length += strlen(tp->ext_Names[i]) + 1; in _nc_wrap_entry() 197 offsets[i] = (int) (tp->ext_Names[i] - stringbuf); in _nc_wrap_entry() 201 tp->ext_Names[i] = tp->ext_str_table + offset; in _nc_wrap_entry() 202 _nc_STRCPY(tp->ext_Names[i], in _nc_wrap_entry() 205 offset += strlen(tp->ext_Names[i]) + 1; in _nc_wrap_entry()
|
| H A D | parse_entry.c | 98 if (!strcmp(name, tp->ext_Names[n])) { in _nc_extend_names() 119 int cmp = strcmp(tp->ext_Names[n], name); in _nc_extend_names() 168 TYPE_REALLOC(char *, actual, tp->ext_Names); in _nc_extend_names() 170 tp->ext_Names[actual] = tp->ext_Names[actual - 1]; in _nc_extend_names() 171 tp->ext_Names[offset] = _nc_save_str(name); in _nc_extend_names() 174 temp.nte_name = tp->ext_Names[offset]; in _nc_extend_names()
|
| H A D | free_ttype.c | 58 FreeIfNeeded(ptr->ext_Names); in NCURSES_EXPORT()
|
| H A D | write_entry.c | 736 nextfree += compute_offsets(tp->ext_Names, in write_object() 796 TRACE_OUT(("WRITE ext_Names[%d]=%s", (int) i, tp->ext_Names[i])); in write_object() 797 if (!WRITE_STRING(tp->ext_Names[i])) in write_object()
|
| H A D | comp_parse.c | 249 FreeIfNeeded(thisentry.tterm.ext_Names); in _nc_read_entry_source() 433 FreeIfNeeded(qp->tterm.ext_Names); in _nc_resolve_uses2()
|
| H A D | read_entry.c | 354 if ((ptr->ext_Names = TYPE_CALLOC(char *, need)) == 0) in _nc_read_termtype() 360 ptr->ext_Names, in _nc_read_termtype()
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | trace_xnames.c | 59 tp->ext_Names[n], in NCURSES_EXPORT() 63 tp->ext_Names[n], in NCURSES_EXPORT() 67 tp->ext_Names[n], in NCURSES_EXPORT()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | term_entry.h | 94 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
|
| H A D | MKterm.h.awk.in | 184 print " char **ext_Names; /* corresponding names */"
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | NEWS | 6182 the ext_Names[] array. This is needed if one constructs a fallback
|