Home
last modified time | relevance | path

Searched refs:term_name (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c105 static char *term_name; /* the name of the terminal being worked on */ variable
196 "is unknown.\n", progname, term_name, in checktermcap()
214 term_name, tbuf); in checktermcap()
231 term_name, tbuf); in checktermcap()
241 term_name, tbuf); in checktermcap()
251 term_name, tbuf); in checktermcap()
257 "name.\n", progname, term_name, in checktermcap()
274 if ((tret = otgetent(bp, term_name)) != 1) { in filltables()
277 progname, term_name, tret, in filltables()
336 progname, term_name, strcodes[i], strnames[i]); in filltables()
[all …]
/titanic_50/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c140 static char *term_name; variable
178 if ((term_name = getenv("TERM")) == NULL)
179 term_name = dumb_term;
214 term_name = ap;
217 term_name = *++argv;
273 (void) setupterm(term_name, fileno(stdout), &err_code);
278 err_msg(m_textstr(202, "Unknown terminal \"%s\".\n", "E term"), term_name);
304 err_msg(no_tabs, term_name); in do_tabs()
311 err_msg(no_margins, term_name); in do_tabs()
/titanic_50/usr/src/lib/libxcurses/src/tput/
H A Dtput.c121 static char *term_name; variable
147 if ((term_name = getenv("TERM")) == NULL) {
148 term_name = dumb_term;
150 term_name = m_strdup(term_name);
169 term_name = optarg;
182 (void) setupterm(term_name, fileno(stdout), &err_code);
187 err_msg(m_textstr(202, "Unknown terminal \"%s\".\n", "E term"), term_name);
/titanic_50/usr/src/cmd/wall/
H A Dwall.c97 char *term_name; in main() local
170 if ((term_name = ttyname(fileno(stderr))) != NULL) { in main()
174 (void) strncpy(line, &term_name[5], sizeof (line) - 1); in main()