Home
last modified time | relevance | path

Searched refs:nte_index (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c177 temp.nte_index = (short) tindex; in _nc_extend_names()
530 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry()
540 entryp->tterm.Numbers[entry_ptr->nte_index] = in _nc_parse_entry()
548 int n = entry_ptr->nte_index; in _nc_parse_entry()
924 if (WANTED(tp->Strings[from_ptr->nte_index])) { in postprocess_termcap()
929 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()
930 const char *s = tp->Strings[from_ptr->nte_index]; in postprocess_termcap()
931 const char *t = tp->Strings[to_ptr->nte_index]; in postprocess_termcap()
945 bp = tp->Strings[from_ptr->nte_index]; in postprocess_termcap()
959 tp->Strings[to_ptr->nte_index] = bp; in postprocess_termcap()
[all …]
H A Dlib_ti.c67 j = entry_ptr->nte_index; in NCURSES_EXPORT()
112 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
159 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
H A DMKcaptab.sh104 (*actual)[n].nte_index = source[n].nte_index;
H A Dlib_termcap.c266 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
318 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
370 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/progs/
H A Dtput.c205 name = boolnames[np->nte_index]; in tput_cmd()
209 name = numnames[np->nte_index]; in tput_cmd()
213 name = strnames[np->nte_index]; in tput_cmd()
H A Ddump_entry.c165 if ((np->nte_index <= OK_ ## check) \
166 && check[np->nte_index]) \
167 return (result[np->nte_index])
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1269 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
1272 np->nte_name, np->nte_index); in main()
1276 cur_term->type.Numbers[np->nte_index] = ABSENT_NUMERIC; in main()
1278 np->nte_name, np->nte_index); in main()
1282 cur_term->type.Strings[np->nte_index] = ABSENT_STRING; in main()
1284 np->nte_name, np->nte_index); in main()
/freebsd/contrib/ncurses/include/
H A Dtic.h195 HashValue nte_index; /* index of associated variable in its array */ member
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2102 short nte_index; /* index of associated variable in its array */ member