Lines Matching defs:TERM
113 static char TERM[100];
121 static char *newenviron[] = { &TERM[0], &TERMCAP[0], 0 };
195 "%s: TERM=%s: commented out code '%.2s' "
212 "%s: TERM=%s: unknown type given for the "
229 "%s: TERM=%s: wrong type given for the "
239 "%s: TERM=%s: wrong type given for the "
249 "%s: TERM=%s: wrong type given for the "
256 "%s: TERM=%s: the %s termcap code '%.2s' is not a valid "
276 "%s: TERM=%s: tgetent failed with return code %d (%s).\n",
335 "%s: TERM=%s: cap %s (info %s) is NULL: REMOVED\n",
380 "%s: TERM=%s: cap %s (no terminfo name) is NULL: "
452 (void) fprintf(stderr, "%s: TERM=%s: termcap name '%s' not found.\n",
542 (void) fprintf(stderr, "%s: TERM=%s: the boolean name '%s' was not "
569 (void) fprintf(stderr, "%s: TERM=%s: the numeric name '%s' was not "
603 (void) fprintf(stderr, "%s: TERM=%s: the string name '%s' was not "
731 "%s: TERM=%s: a function "
749 (void) fprintf(stderr, "%s: TERM=%s: the unknown "
844 (void) fprintf(stderr, "%s: TERM=%s: "
950 "%s: TERM=%s: Warning: termcap sg and ug had different "
1092 "%s: TERM=%s: Warning: the string "
1317 (void) fprintf(trace, "changing cap to info, TERM=%s.\n",
1356 term_name = getenv("TERM");
1392 "for TERM=%s.\n", term_name);
1393 (void) snprintf(TERM, sizeof (TERM), "TERM=%s", term_name);