HomeSort by: relevance | last modified time | path
    Searched defs:termtype (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ul/
ul.c 101 const char *termtype; local in function:main
104 termtype = getenv("TERM");
105 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1)))
106 termtype = "lpr";
112 termtype = optarg;
125 setupterm(termtype, 0, NULL);

Completed in 38 milliseconds