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

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c262 char *term_name = getenv ("TERM"); local
263 terminal_initialize_terminal (term_name);
267 if (!term_name)
268 term_name = "dumb";
270 info_error (TERM_TOO_DUMB, term_name);

Completed in 113 milliseconds