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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtermerr.c49 char *term_err_strings[8]; variable
57 term_err_strings[0] =
63 term_err_strings[1] =
65 term_err_strings[2] =
67 term_err_strings[3] =
69 term_err_strings[4] =
71 term_err_strings[5] =
77 term_err_strings[6] =
82 (void) fprintf(stderr, term_err_strings[term_errno-1], term_parm_err);

Completed in 55 milliseconds