Home
last modified time | relevance | path

Searched refs:ext_Names (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c111 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 Dalloc_entry.c196 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 Dparse_entry.c98 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 Dfree_ttype.c58 FreeIfNeeded(ptr->ext_Names); in NCURSES_EXPORT()
H A Dwrite_entry.c736 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 Dcomp_parse.c249 FreeIfNeeded(thisentry.tterm.ext_Names); in _nc_read_entry_source()
433 FreeIfNeeded(qp->tterm.ext_Names); in _nc_resolve_uses2()
H A Dread_entry.c354 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 Dtrace_xnames.c59 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 Dterm_entry.h94 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
H A DMKterm.h.awk.in184 print " char **ext_Names; /* corresponding names */"
/freebsd-12.1/contrib/ncurses/
H A DNEWS6182 the ext_Names[] array. This is needed if one constructs a fallback