Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/ncurses/tinfo/
HDparse_entry.c173 temp.nte_index = tindex; in _nc_extend_names()
428 entryp->tterm.Booleans[entry_ptr->nte_index] = CANCELLED_BOOLEAN; in _nc_parse_entry()
432 entryp->tterm.Numbers[entry_ptr->nte_index] = CANCELLED_NUMERIC; in _nc_parse_entry()
436 entryp->tterm.Strings[entry_ptr->nte_index] = CANCELLED_STRING; in _nc_parse_entry()
442 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry()
446 entryp->tterm.Numbers[entry_ptr->nte_index] = in _nc_parse_entry()
455 parametrized[entry_ptr->nte_index]); in _nc_parse_entry()
456 entryp->tterm.Strings[entry_ptr->nte_index] = _nc_save_str(ptr); in _nc_parse_entry()
813 if (WANTED(tp->Strings[from_ptr->nte_index])) { in postprocess_termcap()
818 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()
[all …]
HDcomp_hash.c283 name_table[n].nte_index = BoolCount++; in main()
286 name_table[n].nte_index = NumCount++; in main()
289 name_table[n].nte_index = StrCount++; in main()
325 name_table[n].nte_index, in main()
344 name_table[n].nte_index, in main()
HDMKcaptab.sh77 (*actual)[n].nte_index = source[n].nte_index;
/trueos/contrib/ncurses/progs/
HDtput.c274 if (bool_from_termcap[np->nte_index]) in tput()
275 name = boolnames[np->nte_index]; in tput()
279 if (num_from_termcap[np->nte_index]) in tput()
280 name = numnames[np->nte_index]; in tput()
284 if (str_from_termcap[np->nte_index]) in tput()
285 name = strnames[np->nte_index]; in tput()
HDdump_entry.c146 if (OkIndex(np->nte_index, check) \
147 && check[np->nte_index]) \
148 return (result[np->nte_index])
/trueos/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c1103 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
1106 np->nte_name, np->nte_index); in main()
1110 cur_term->type.Numbers[np->nte_index] = ABSENT_NUMERIC; in main()
1112 np->nte_name, np->nte_index); in main()
1116 cur_term->type.Strings[np->nte_index] = ABSENT_STRING; in main()
1118 np->nte_name, np->nte_index); in main()
/trueos/contrib/ncurses/include/
HDtic.h196 short nte_index; /* index of associated variable in its array */ member
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h1464 short nte_index; /* index of associated variable in its array */ member