Home | History | Annotate | Download | only in director

Lines Matching defs:term

109 	    "[-T terminfo-file] [-s pathtoslave] [-t term] "
118 fprintf(stderr, " -t is value to set TERM to for the test\n");
130 const char *termpath, *term, *slave;
139 termpath = term = slave = NULL;
159 term = optarg;
188 if (term == NULL)
189 term = DEF_TERM;
200 if (setenv("TERM", term, 1) != 0)
201 err(2, "Failed to set TERM variable");