Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c134 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()
283 tp->ext_Names[j] = tp->ext_Names[j + 1]; in _nc_del_ext_name()
338 tp->ext_Names[k] = tp->ext_Names[k - 1]; in _nc_ins_ext_name()
444 if (strcmp(to->ext_Names[n], from->ext_Names[n])) { in _nc_align_termtype()
472 to->ext_Names in _nc_align_termtype()
479 to->ext_Names in _nc_align_termtype()
494 to->ext_Names = ext_Names; in _nc_align_termtype()
503 memcpy(from->ext_Names, ext_Names, sizeof(char *) * (size_t) nb); in _nc_align_termtype()
[all …]
H A Dalloc_entry.c201 length += strlen(tp->ext_Names[i]) + 1; in _nc_wrap_entry()
202 offsets[i] = (int) (tp->ext_Names[i] - stringbuf); in _nc_wrap_entry()
206 tp->ext_Names[i] = tp->ext_str_table + offset; in _nc_wrap_entry()
207 _nc_STRCPY(tp->ext_Names[i], in _nc_wrap_entry()
210 offset += strlen(tp->ext_Names[i]) + 1; in _nc_wrap_entry()
289 free(copy.ext_Names); in _nc_merge_entry()
H A Dcomp_parse.c248 FreeIfNeeded(thisentry.tterm.ext_Names); in _nc_read_entry_source()
277 if (!strcmp(p->ext_Names[n], name)) in find_capname()
331 (p)->ext_Names != 0)
349 const char *capname = from->ext_Names[n]; in invalid_merge()
361 from->ext_Names[n], in invalid_merge()
367 from->ext_Names[n], in invalid_merge()
372 from->ext_Names[n], in invalid_merge()
560 FreeIfNeeded(qp->tterm.ext_Names); in _nc_resolve_uses2()
H A Dparse_entry.c99 if (!strcmp(name, tp->ext_Names[n])) { in _nc_extend_names()
120 int cmp = strcmp(tp->ext_Names[n], name); in _nc_extend_names()
169 TYPE_REALLOC(char *, actual, tp->ext_Names); in _nc_extend_names()
171 tp->ext_Names[actual] = tp->ext_Names[actual - 1]; in _nc_extend_names()
172 tp->ext_Names[offset] = _nc_save_str(name); in _nc_extend_names()
175 temp.nte_name = tp->ext_Names[offset]; in _nc_extend_names()
H A Dfree_ttype.c63 FreeIfNeeded(ptr->ext_Names); in really_free_termtype()
H A Dwrite_entry.c849 nextfree += compute_offsets(tp->ext_Names, in _nc_write_object()
921 TRACE_OUT(("WRITE ext_Names[%d]=%s", (int) i, tp->ext_Names[i])); in _nc_write_object()
922 if (!WRITE_STRING(tp->ext_Names[i])) { in _nc_write_object()
H A Dread_entry.c500 if ((ptr->ext_Names = TYPE_CALLOC(char *, need)) == 0) { in _nc_read_termtype()
507 ptr->ext_Names, in _nc_read_termtype()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dtrace_xnames.c64 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 Dterm_entry.h60 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
H A DMKterm.h.awk.in12 print " char **ext_Names; /* corresponding names */"
/freebsd/contrib/ncurses/
H A DNEWS9398 the ext_Names[] array. This is needed if one constructs a fallback