OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Oct 11 08:10:02 GMT 2025