NetBSD/lib/libcurses
rillig 54391ee928 libcurses: fix usage of __warn_references
Since that macro can expand to an empty token list, it adds its own
semicolon as needed.  Removing the extra semicolon fixes the lint
warnings about empty declarations.  These empty declarations are a GCC
extension.
2021-08-15 15:12:36 +00:00
..
EXAMPLES
PSD.doc
Makefile Fix SSP build 2021-06-27 16:24:52 +00:00
acs.c
add_wch.c
add_wchstr.c
addbytes.c Rework the fix for lib/56224. 2021-06-22 07:49:09 +00:00
addch.c
addchnstr.c
addnstr.c
addwstr.c
attributes.c
background.c
bell.c
border.c
box.c
cchar.c
chgat.c
clear.c
clearok.c
clrtobot.c
clrtoeol.c
color.c
copywin.c
cr_put.c Fix PR lib/55931 2021-06-27 23:57:08 +00:00
ctrace.c
cur_hash.c
curs_set.c
curses.3
curses.c
curses.h curses.h: proofread, indent a bit more consistently 2021-02-13 10:37:00 +00:00
curses_addch.3
curses_addchstr.3
curses_addstr.3
curses_attributes.3 curses: clarify standout as the "best" _supported_ highlighting mode 2021-08-03 07:58:50 +00:00
curses_background.3
curses_border.3
curses_cchar.3
curses_chgat.3
curses_clear.3
curses_color.3
curses_cursor.3
curses_default_colors.3
curses_delch.3
curses_deleteln.3
curses_echochar.3
curses_fileio.3
curses_inch.3
curses_input.3
curses_insch.3
curses_insdelln.3
curses_insertln.3
curses_keyname.3
curses_line.3
curses_mouse.3
curses_pad.3
curses_print.3
curses_private.h This is a mess; always define MB_LEN_MAX so both the regular and libhack 2021-08-15 12:39:39 +00:00
curses_refresh.3
curses_scanw.3
curses_screen.3 curses_screen.3: fix typo 2021-02-07 23:00:57 +00:00
curses_scroll.3
curses_slk.3
curses_standout.3 curses: clarify standout as the "best" _supported_ highlighting mode 2021-08-03 07:58:50 +00:00
curses_termcap.3
curses_touch.3
curses_tty.3
curses_underscore.3
curses_version.3
curses_window.3
delch.c
deleteln.c
delwin.c
echo_wchar.c
echochar.c
erase.c
fileio.c
fileio.h
flushok.c
fullname.c
genfileioh.awk
get_wch.c
get_wstr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
getch.c
getstr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
getyx.c
id_subwins.c
idcok.c
idlok.c
immedok.c
in_wch.c
in_wchstr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
inch.c
inchstr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
initscr.c
ins_wch.c Fix the debug output to stop spamming out the aline for row 0, we 2021-06-22 07:22:44 +00:00
ins_wstr.c
insch.c
insdelln.c
insertln.c
insstr.c
instr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
inwstr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
keymap.h
keyname.c
keypad.c
leaveok.c
line.c
meta.c
mouse.c
move.c
mvwin.c
newwin.c Fix initial line hash calculation for subwindows 2021-06-01 00:59:01 +00:00
nodelay.c
notimeout.c
overlay.c
overwrite.c
pause.c
printw.c
putchar.c
refresh.c avoid accessing stack garbage. 2021-05-08 04:29:07 +00:00
resize.c wresize: don't bound pads to the size of the screen 2021-05-29 09:11:14 +00:00
ripoffline.c
scanw.c
screen.c
scroll.c
scrollok.c
setterm.c Add missing newline to debug trace message 2021-06-10 07:15:40 +00:00
shlib_version
slk.c This is a mess; always define MB_LEN_MAX so both the regular and libhack 2021-08-15 12:39:39 +00:00
standout.c
syncok.c
timeout.c
toucholap.c
touchwin.c
tscroll.c
tstp.c
tty.c
unctrl.c
unctrl.h
underscore.c
version.c