Home
last modified time | relevance | path

Searched defs:termtype (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcurses/
H A Dterm.h686 typedef struct termtype { /* in-core form of terminfo data */ struct
687 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 …]
/openbsd-src/usr.bin/ul/
H A Dul.c103 char *termtype; in main() local
/openbsd-src/usr.bin/mandoc/
H A Dterm.h25 enum termtype { enum