Searched refs:termtype (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/include/
H A Dnc_alloc.h70 struct termtype;
/freebsd-9.3-release/usr.bin/ul/
H A Dul.c107 const char *termtype; local
113 termtype = getenv("TERM");
114 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1)))
115 termtype = "lpr";
121 termtype = optarg;
130 switch(tgetent(termcap, termtype)) {

Completed in 54 milliseconds