Home | History | Annotate | Download | only in tput

Lines Matching defs:term

54 #include <term.h>
64 char *term;
68 term = NULL;
72 term = optarg;
81 if (!term && !(term = getenv("TERM")))
82 errx(2, "No terminal type specified and no TERM "
84 setupterm(term, 0, NULL);
192 "Usage: %s [-T term] attribute [attribute-args] ...\n",