Lines Matching refs:term
108 char *term, *shname;122 term = lookupvar("TERM");123 if (term)124 setenv("TERM", term, 1);126 unsetenv("TERM");184 setterm(const char *term)186 if (el != NULL && term != NULL)187 if (el_set(el, EL_TERMINAL, term) != 0) {188 outfmt(out2, "sh: Can't set terminal type %s\n", term);