Home
last modified time | relevance | path

Searched refs:m_textstr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c140 static char missing_tablist[] = m_textstr(1828, "Missing tab list after -t.\n", "E");
141 static char missing_terminal[] = m_textstr(1829, "Missing terminal type after -T.\n", "E");
142 static char unknown_option[] = m_textstr(433, "Unknown option \"-%s\".\n", "E option");
143 static char bad_list[] = m_textstr(1830, "Illegal tabs in \"%s\".\n", "E tablist");
144 static char no_margins[] = m_textstr(1831, "Cannot set margins on terminal \"%s\".\n", "E term");
145 static char no_tabs[] = m_textstr(1832, "Cannot set tabs on terminal \"%s\".\n", "E term");
146 static char not_ascending[] = m_textstr(1833, "\"%s\" are not in ascending order.\n", "E tablist");
147 static char usage_msg[] = m_textstr(1834, "\
276 err_msg(m_textstr(202, "Unknown terminal \"%s\".\n", "E term"), term_name);
279 err_msg(m_textstr(203, "No terminfo database.\n", "E"));
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinitscr.c46 static char nomem_msg[] = m_textstr(
49 static char noterm_msg[] = m_textstr(
52 static char dumb_msg[] = m_textstr(
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c121 static char usage_msg[] = m_textstr(4931, "\
185 err_msg(m_textstr(202, "Unknown terminal \"%s\".\n", "E term"), term_name);
188 err_msg(m_textstr(203, "No terminfo database.\n", "E"));
285 err_msg(m_textstr(1864, "Unknown terminfo capability \"%s\".\n", "E action"), *_argv);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_i18n.h92 #undef m_textstr
97 #define m_textstr(id, str, cls) str macro
H A Dm_nls.h42 #define m_textstr(id, str, cls) #id "##" str macro