Searched defs:term (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dtcap.c24 # include <term.h>
64 int tc_init (FILE *fp, const char *term) argument
76 if ( term == NULL || *term == '\0' ||
77 strcmp (term, "none") == 0 || strcmp (term, "dumb") == 0 )
80 if ( strcmp (term, "html") == 0 || strcmp (term, "HTML") == 0 )
103 switch ( tgetent (buf, term) )
107 case 0: fprintf (stderr, "unknown terminal %s\n", term);
173 tc_init(FILE *fp, const char *term) argument
195 tc_end(FILE *fp, const char *term) argument
208 tc_end(FILE *fp, const char *term) argument
299 char *term = getenv ("TERM"); local
[all...]
H A Dzkt-ls.c89 static const char *term = NULL; variable
136 term = config->colorterm;
137 if ( term && *term == '\0' )
138 term = getenv ("TERM");
180 term = optarg;
182 term = getenv ("TERM");
277 tc_init (stdout, term);
307 tc_end (stdout, term);
347 fprintf (stderr, "\t-C[term]
[all...]

Completed in 11 milliseconds