Searched refs:m_textstr (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libxcurses/src/tic/ |
H A D | ticscan.c | 62 char early_eof[] = m_textstr(3122, "Premature EOF", "E"); 63 char nl_middle[] = m_textstr(3123, "Newline in middle of terminal name", "E"); 64 char ill_char[] = m_textstr(3124, "Illegal character - '%c'", "E char"); 65 char ill_ctrl[] = m_textstr(3125, "Illegal control character - '%c'", "E char"); 66 char off_beg[] = m_textstr(3126, "Backspaced off beginning of line", "E"); 67 char no_comma[] = m_textstr(3127, "Missing comma", "E"); 68 char very_long[] = m_textstr(3128, "Very long string found. Missing comma?", "E"); 69 char token_msg[] = m_textstr(3129, "Token: ", "I"); 70 char bool_msg[] = m_textstr(3130, "Boolean; name='%s'\n", "I string"); 71 char num_msg[] = m_textstr(3131, "Number; name='%s', value=%d\n", "I name value"); [all …]
|
H A D | ticparse.c | 93 char bad_start[] = m_textstr( 96 char not_names[] = m_textstr(3108, "Token after a seek not NAMES", "E"); 97 char use_links[] = m_textstr(3109, "\ 104 char nomem_use_list[] = m_textstr( 107 char long_path[] = m_textstr(3111, "Pathname \"%c/%s\" too long.", "W char term"); 108 char more_than_one[] = m_textstr( 111 char fail_open[] = m_textstr(3113, "Failed to open \"%s\".\n", "E filename"); 112 char write_err[] = m_textstr(3114, "Error in writing \"%s\".\n", "E filename"); 113 char synonym[] = m_textstr(3115, "Terminal \"%s\" is a synonym for itself.\n", "W term"); 114 char fail_link[] = m_textstr(3116, "Failed to link \"%s\" to \"%s\".\n", "E file1 file2"); [all …]
|
H A D | ticmain.c | 61 static char const usage[] = m_textstr(3103, "usage: %s [-v[n]] [-c] <file>\n", "U _"); 62 static char const src_err[] = m_textstr(3104, "terminfo definition file \"%s\" ", "E filename"); 63 static char const dst_err[] = m_textstr(3105, "terminfo database \"%s\" ", "E filename"); 64 static char const dstdir_err[] = m_textstr(3106, "terminfo database directory \"%s/%s\" ", "E pathn…
|
H A D | untic.c | 97 char usage[] = m_textstr(3137, "usage: %s [-CILV] [term_name ...]\n", "U _"); 98 char version[] = m_textstr(
|
/titanic_50/usr/src/lib/libxcurses/src/tabs/ |
H A D | tabs.c | 142 static char missing_tablist[] = m_textstr(1828, "Missing tab list after -t.\n", "E"); 143 static char missing_terminal[] = m_textstr(1829, "Missing terminal type after -T.\n", "E"); 144 static char unknown_option[] = m_textstr(433, "Unknown option \"-%s\".\n", "E option"); 145 static char bad_list[] = m_textstr(1830, "Illegal tabs in \"%s\".\n", "E tablist"); 146 static char no_margins[] = m_textstr(1831, "Cannot set margins on terminal \"%s\".\n", "E term"); 147 static char no_tabs[] = m_textstr(1832, "Cannot set tabs on terminal \"%s\".\n", "E term"); 148 static char not_ascending[] = m_textstr(1833, "\"%s\" are not in ascending order.\n", "E tablist"); 149 static char usage_msg[] = m_textstr(1834, "\ 278 err_msg(m_textstr(202, "Unknown terminal \"%s\".\n", "E term"), term_name); 281 err_msg(m_textstr(203, "No terminfo database.\n", "E"));
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | initscr.c | 48 static char nomem_msg[] = m_textstr( 51 static char noterm_msg[] = m_textstr( 54 static char dumb_msg[] = m_textstr(
|
/titanic_50/usr/src/lib/libxcurses/src/tput/ |
H A D | tput.c | 123 static char usage_msg[] = m_textstr(4931, "\ 187 err_msg(m_textstr(202, "Unknown terminal \"%s\".\n", "E term"), term_name); 190 err_msg(m_textstr(203, "No terminfo database.\n", "E")); 287 err_msg(m_textstr(1864, "Unknown terminfo capability \"%s\".\n", "E action"), *_argv);
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_i18n.h | 94 #undef m_textstr 99 #define m_textstr(id, str, cls) str macro
|
H A D | m_nls.h | 44 #define m_textstr(id, str, cls) #id "##" str macro
|