/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 1159 _nc_warning("rmacs/smacs are inconsistent"); in check_acs() 1162 _nc_warning("rmacs/smacs make enacs redundant"); in check_acs() 1165 _nc_warning("VT100-style rmacs/smacs require enacs"); in check_acs() 1179 _nc_warning("acsc has odd number of characters"); in check_acs() 1186 _nc_warning("acsc refers to 'I', which is probably an error"); in check_acs() 1198 _nc_warning("acsc is missing some line-drawing mapping: %s", missing); in check_acs() 1242 _nc_warning("inconsistent values for max_colors (%d) and max_pairs (%d)", in check_colors() 1252 _nc_warning("expected setf/setaf to be different"); in check_colors() 1254 _nc_warning("setf/setaf are equivalent"); in check_colors() 1261 _nc_warning("expected setb/setab to be different"); in check_colors() [all …]
|
H A D | dump_entry.c | 826 _nc_warning("%s: %%%c without %%? in %s", in fmt_complex() 851 _nc_warning("%s: %%; without %%? in %s", in fmt_complex() 1665 _nc_warning("empty \"%s\" field", cap); in dump_uses() 1668 _nc_warning("\"%s\" field too long (%d), limit to %d", in dump_uses()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_scan.c | 482 _nc_warning("Illegal character (expected alphanumeric or %s) - '%s'", in _nc_get_token() 633 _nc_warning("empty longname field"); in _nc_get_token() 635 _nc_warning("older tic versions may treat the description field as an alias"); in _nc_get_token() 651 _nc_warning("whitespace in name or alias field"); in _nc_get_token() 655 _nc_warning("slashes aren't allowed in names or aliases"); in _nc_get_token() 659 _nc_warning("dubious character `%c' in name or alias field", *s); in _nc_get_token() 668 _nc_warning("Missing backslash before newline"); in _nc_get_token() 700 _nc_warning("Missing separator after `%s', have %s", in _nc_get_token() 717 _nc_warning("no value given for `%s'", tok_buf); in _nc_get_token() 719 _nc_warning("Missing separator for `%s'", tok_buf); in _nc_get_token() [all …]
|
H A D | parse_entry.c | 211 _nc_warning("expected %s-type for %s, have %s", in expected_type() 280 _nc_warning("Legacy termcap allows only a trailing tc= clause"); } 347 _nc_warning("invalid entry name \"%s\"", name); in _nc_parse_entry() 356 _nc_warning("%s `%.*s' may be too long", in _nc_parse_entry() 376 _nc_warning("missing name for use-clause"); in _nc_parse_entry() 379 _nc_warning("invalid name for use-clause \"%s\"", in _nc_parse_entry() 383 _nc_warning("too many use-clauses, ignored \"%s\"", in _nc_parse_entry() 418 _nc_warning("%s (%s termcap extension) ignored", in _nc_parse_entry() 426 _nc_warning("%s (%s termcap extension) aliased to %s", in _nc_parse_entry() 434 _nc_warning("%s (%s terminfo extension) ignored", in _nc_parse_entry() [all …]
|
H A D | write_entry.c | 81 _nc_warning("entry is larger than %u bytes", limit); in write_file() 415 _nc_warning("terminal name too long."); in _nc_write_entry() 444 _nc_warning("name redefined."); in _nc_write_entry() 447 _nc_warning("name multiply defined."); in _nc_write_entry() 450 _nc_warning("name multiply defined."); in _nc_write_entry() 473 _nc_warning("terminal alias %s too long.", ptr); in _nc_write_entry() 477 _nc_warning("cannot link alias %s.", ptr); in _nc_write_entry() 487 _nc_warning("self-synonym ignored"); in _nc_write_entry() 492 _nc_warning("alias %s multiply defined.", ptr); in _nc_write_entry() 529 _nc_warning("can't link %s to %s", filename, linkname); in _nc_write_entry() [all …]
|
H A D | captoinfo.c | 162 _nc_warning("string too complex to convert"); in push() 173 _nc_warning("I'm confused"); in pop() 269 _nc_warning("string may not be optimal"); in getparm() 338 _nc_warning("saw %%r twice in %s", cap); in _nc_captoinfo() 343 _nc_warning("saw %%m twice in %s", cap); in _nc_captoinfo() 348 _nc_warning("saw %%n twice in %s", cap); in _nc_captoinfo() 376 _nc_warning("expected two characters after %%>"); in _nc_captoinfo() 498 _nc_warning("unknown %% code %s (%#x) in %s", in _nc_captoinfo()
|
H A D | comp_parse.c | 373 _nc_warning("merge of %s to %s changes type of %s from %s to %s", 380 _nc_warning("merge of %s changes type of %s from %s to %s", 475 _nc_warning("duplicate use=%s", lookfor); in _nc_resolve_uses2() 506 _nc_warning("duplicate use=%s", lookfor); in _nc_resolve_uses2() 518 _nc_warning("resolution of use=%s failed", lookfor); in _nc_resolve_uses2() 703 _nc_warning("no exit_attribute_mode"); in sanity_check2()
|
H A D | comp_error.c | 116 _nc_warning(const char *const fmt, ...) in _nc_warning() function
|
H A D | alloc_entry.c | 132 _nc_warning("Too much data, some is lost: %s", string); in _nc_save_str()
|
H A D | read_entry.c | 192 _nc_warning("corrupt data found in convert_strings"); in convert_strings()
|
/freebsd/contrib/ncurses/include/ |
H A D | term_entry.h | 154 _nc_warning(#p " but no " #q); \ 160 _nc_warning(#q " but no " #p); \ 162 _nc_warning(#p " but no " #q); \
|
H A D | tic.h | 309 extern NCURSES_EXPORT(void) _nc_warning (const char *const,...) GCC_PRINTFLIKE(1,2);
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 137 "_nc_warning" @827 NONAME
|
H A D | ncurses.ref | 509 "_nc_warning" @827 NONAME
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 186 #undef _nc_warning 187 void _nc_warning(
|
H A D | llib-ltinfo | 174 #undef _nc_warning 175 void _nc_warning(
|
H A D | llib-ltinfotw | 191 #undef _nc_warning 192 void _nc_warning(
|
H A D | llib-ltinfot | 179 #undef _nc_warning 180 void _nc_warning(
|
H A D | llib-lncursest | 2917 #undef _nc_warning 2918 void _nc_warning(
|
H A D | llib-lncurses | 2903 #undef _nc_warning 2904 void _nc_warning(
|
H A D | llib-lncursestw | 3868 #undef _nc_warning 3869 void _nc_warning(
|
H A D | llib-lncursesw | 3854 #undef _nc_warning 3855 void _nc_warning(
|