Home
last modified time | relevance | path

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

/dragonfly/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()
550 parametrized[entry_ptr->nte_index]); in _nc_parse_entry()
920 if (WANTED(tp->Strings[from_ptr->nte_index])) { in postprocess_termcap()
925 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()
926 const char *s = tp->Strings[from_ptr->nte_index]; in postprocess_termcap()
927 const char *t = tp->Strings[to_ptr->nte_index]; in postprocess_termcap()
941 bp = tp->Strings[from_ptr->nte_index]; in postprocess_termcap()
955 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 Dlib_termcap.c250 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
302 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
354 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
H A DMKcaptab.sh104 (*actual)[n].nte_index = source[n].nte_index;
/dragonfly/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])
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1278 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
1281 np->nte_name, np->nte_index); in main()
1285 cur_term->type.Numbers[np->nte_index] = ABSENT_NUMERIC; in main()
1287 np->nte_name, np->nte_index); in main()
1291 cur_term->type.Strings[np->nte_index] = ABSENT_STRING; in main()
1293 np->nte_name, np->nte_index); in main()
/dragonfly/contrib/ncurses/include/
H A Dtic.h195 HashValue nte_index; /* index of associated variable in its array */ member
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2070 short nte_index; /* index of associated variable in its array */ member