Home
last modified time | relevance | path

Searched refs:_nc_warning (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.bin/tic/
H A Dtic.c1162 _nc_warning("rmacs/smacs are inconsistent"); in check_acs()
1165 _nc_warning("rmacs/smacs make enacs redundant"); in check_acs()
1257 _nc_warning("setf/setaf are equivalent"); in check_colors()
1266 _nc_warning("setb/setab are equivalent"); in check_colors()
2069 _nc_warning("%s omits parameter %d", name, n); in check_params()
2237 _nc_warning("expected a delay in %s", name); in check_delays()
2454 _nc_warning("tic-expansion of %s failed", name); in check_infotocap()
2843 _nc_warning("expected '%s' rather than '%s'", in check_conflict()
3003 _nc_warning("undocumented %s capability %s", in check_user_capability_type()
3299 _nc_warning("missing sgr string"); in check_termtype()
[all …]
H A Ddump_entry.c828 _nc_warning("%s: %%%c without %%? in %s", in fmt_complex()
853 _nc_warning("%s: %%; without %%? in %s", in fmt_complex()
1667 _nc_warning("empty \"%s\" field", cap); in dump_uses()
1670 _nc_warning("\"%s\" field too long (%d), limit to %d", in dump_uses()
/openbsd/lib/libcurses/tinfo/
H A Dcomp_scan.c633 _nc_warning("empty longname field"); in _nc_get_token()
651 _nc_warning("whitespace in name or alias field"); 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()
723 _nc_warning("limiting value of `%s' from %#lx to %#x", in _nc_get_token()
737 _nc_warning("Missing separator"); in _nc_get_token()
801 _nc_warning("Bad token type"); in _nc_get_token()
891 _nc_warning("Non-octal digit `%c' in \\ sequence", c); in _nc_trans_string()
[all …]
H A Dparse_entry.c213 _nc_warning("expected %s-type for %s, have %s", in expected_type()
349 _nc_warning("invalid entry name \"%s\"", name); in _nc_parse_entry()
358 _nc_warning("%s `%.*s' may be too long", in _nc_parse_entry()
378 _nc_warning("missing name for use-clause"); in _nc_parse_entry()
381 _nc_warning("invalid name for use-clause \"%s\"", in _nc_parse_entry()
385 _nc_warning("too many use-clauses, ignored \"%s\"", in _nc_parse_entry()
420 _nc_warning("%s (%s termcap extension) ignored", in _nc_parse_entry()
436 _nc_warning("%s (%s terminfo extension) ignored", in _nc_parse_entry()
466 _nc_warning("extended capability '%s'", in _nc_parse_entry()
480 _nc_warning("unknown capability '%s'", in _nc_parse_entry()
[all …]
H A Dwrite_entry.c83 _nc_warning("entry is larger than %u bytes", limit); in write_file()
417 _nc_warning("terminal name too long."); in _nc_write_entry()
446 _nc_warning("name redefined."); in _nc_write_entry()
449 _nc_warning("name multiply defined."); in _nc_write_entry()
452 _nc_warning("name multiply defined."); in _nc_write_entry()
475 _nc_warning("terminal alias %s too long.", ptr); in _nc_write_entry()
479 _nc_warning("cannot link alias %s.", ptr); in _nc_write_entry()
489 _nc_warning("self-synonym ignored"); in _nc_write_entry()
494 _nc_warning("alias %s multiply defined.", ptr); in _nc_write_entry()
531 _nc_warning("can't link %s to %s", filename, linkname); in _nc_write_entry()
[all …]
H A Dcaptoinfo.c164 _nc_warning("string too complex to convert"); in push()
175 _nc_warning("I'm confused"); in pop()
271 _nc_warning("string may not be optimal"); in getparm()
340 _nc_warning("saw %%r twice in %s", cap); in _nc_captoinfo()
345 _nc_warning("saw %%m twice in %s", cap); in _nc_captoinfo()
350 _nc_warning("saw %%n twice in %s", cap); in _nc_captoinfo()
378 _nc_warning("expected two characters after %%>"); in _nc_captoinfo()
500 _nc_warning("unknown %% code %s (%#x) in %s", in _nc_captoinfo()
H A Dcomp_parse.c375 _nc_warning("merge of %s to %s changes type of %s from %s to %s",
382 _nc_warning("merge of %s changes type of %s from %s to %s",
478 _nc_warning("duplicate use=%s", lookfor); in _nc_resolve_uses2()
509 _nc_warning("duplicate use=%s", lookfor); in _nc_resolve_uses2()
522 _nc_warning("resolution of use=%s failed", lookfor); in _nc_resolve_uses2()
707 _nc_warning("no exit_attribute_mode"); in sanity_check2()
H A Dcomp_error.c118 _nc_warning(const char *const fmt, ...) in _nc_warning() function
H A Dalloc_entry.c134 _nc_warning("Too much data, some is lost: %s", string); in _nc_save_str()
H A Dread_entry.c194 _nc_warning("corrupt data found in convert_strings"); in convert_strings()
/openbsd/lib/libcurses/
H A Dterm_entry.h156 _nc_warning(#p " but no " #q); \
162 _nc_warning(#q " but no " #p); \
164 _nc_warning(#p " but no " #q); \
H A Dtic.h311 extern NCURSES_EXPORT(void) _nc_warning (const char *const,...) GCC_PRINTFLIKE(1,2);