Home
last modified time | relevance | path

Searched refs:termtype (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/ul/
HDul.c109 const char *termtype; in main() local
115 termtype = getenv("TERM"); in main()
116 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1))) in main()
117 termtype = "lpr"; in main()
122 termtype = optarg; in main()
131 switch (tgetent(termcap, termtype)) { in main()
/freebsd-11-stable/contrib/mdocml/
HDterm.h25 enum termtype { enum
102 enum termtype type; /* Terminal, PS, or PDF. */
/freebsd-11-stable/contrib/ncurses/include/
HDnc_alloc.h71 struct termtype;
HDMKterm.h.awk.in175 print "typedef struct termtype { /* in-core form of terminfo data */"
/freebsd-11-stable/contrib/tcsh/
HDtc.func.c2095 char *termtype; local
2103 termtype = (v[1] == NULL ? getenv("TERM") : short2str(v[1]));
2104 if (termtype == NULL) {
2119 if (tgetent(termcap_buffer, termtype) == 1) {
2120 xprintf("%s\n", termtype);