HomeSort by: relevance | last modified time | path
    Searched refs:term_name (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/top/dist/
screen.c 219 char *term_name; local
238 term_name = getenv("TERM");
242 if (term_name == NULL)
249 if ((status = tgetent(termcap_buf, term_name)) != 1)
258 myname, term_name);
  /src/external/gpl2/texinfo/dist/info/
pcterm.c 252 pc_initialize_terminal (term_name)
253 char *term_name;
257 if (!term_name)
259 term_name = getenv ("TERM");
260 if (!term_name)
261 term_name = "pc-dos"; /* ``what's in a name?'' */
terminal.c 85 static char *term_name; variable
150 if (STREQ (term_name, "sun-cmd"))
181 if (STREQ (term_name, "sun-cmd"))
529 term_name = terminal_name ? terminal_name : getenv ("TERM");
530 if (!term_name)
531 term_name = "dumb";
544 if (tgetent (term_buffer, term_name) < 0)
session.c 263 char *term_name = getenv ("TERM"); local
264 terminal_initialize_terminal (term_name);
268 if (!term_name)
269 term_name = "dumb";
271 info_error ((char *) msg_term_too_dumb, term_name, NULL);
  /src/external/bsd/top/dist/machine/
m_hpux10.c 461 static char *term_name (term) function
558 term_name (&proc->pst_term),
  /src/external/bsd/tmux/dist/
server-client.c 459 free(c->term_name);
3566 c->term_name = xstrdup(data);
3627 if (c->term_name == NULL || *c->term_name == '\0') {
3628 free(c->term_name);
3629 c->term_name = xstrdup("unknown");
tmux.h 1954 char *term_name; member in struct:client
tty.c 280 tty->term = tty_term_create(tty, c->term_name, c->term_caps,
format.c 1545 return (xstrdup(ft->c->term_name));

Completed in 47 milliseconds