Searched defs:termtype (Results 1 – 3 of 3) sorted by relevance
686 typedef struct termtype { /* in-core form of terminfo data */ struct687 char *term_names; /* str_table offset of term names */688 char *str_table; /* pointer to string table */689 NCURSES_SBOOL *Booleans; /* array of boolean values */690 short *Numbers; /* array of integer values */691 char **Strings; /* array of string offsets */694 char *ext_str_table; /* pointer to extended string table */695 char **ext_Names; /* corresponding names */697 unsigned short num_Booleans;/* count total Booleans */698 unsigned short num_Numbers; /* count total Numbers */[all …]
103 char *termtype; in main() local
25 enum termtype { enum