Searched refs:tversion (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ncurses/progs/
H A Ddump_entry.c56 static int tversion; /* terminfo version */ variable
202 tversion = V_ALLCAPS;
205 tversion = V_SVR1;
207 tversion = V_HPUX;
209 tversion = V_AIX;
211 tversion = V_BSD;
213 tversion = V_ALLCAPS;
282 "%s: width = %d, tversion = %d, outform = %d\n",
283 _nc_progname, width, tversion, outform);
330 switch (tversion) {
[all...]
H A Dinfocmp.c72 static const char *tversion; /* terminfo version selected */ variable
1548 tversion = "BSD";
1594 tversion = 0;
1627 tversion = optarg;
1631 tversion = 0;
1741 dump_init(tversion, outform, sortmode, mwidth, mheight, itrace, formatted);
H A Dtic.c687 char *tversion = (char *) NULL; local
776 tversion = optarg;
911 dump_init(tversion,
917 dump_init(tversion,

Completed in 102 milliseconds