X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursestw;h=ca4bb52c4434e85cbe26e6a2a7f9456c2a055d78;hp=6800e6076ecafafa59ef45c3db4133dfa74fbef0;hb=b025434573f466efe27862656a6a9d41dd2bd609;hpb=b93d96b78ac5250135975df892cee793dc3c0797 diff --git a/ncurses/llib-lncursestw b/ncurses/llib-lncursestw index 6800e607..ca4bb52c 100644 --- a/ncurses/llib-lncursestw +++ b/ncurses/llib-lncursestw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2009-2017,2018 Free Software Foundation, Inc. * + * Copyright (c) 2009-2018,2019 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -34,7 +34,6 @@ /* ./tty/hardscroll.c */ #include - #undef _nc_oldnums int *_nc_oldnums; @@ -287,10 +286,10 @@ void _nc_change_pair( { /* void */ } #undef _nc_reserve_pairs -colorpair_t *_nc_reserve_pairs( +void _nc_reserve_pairs( SCREEN *sp, int want) - { return(*(colorpair_t **)0); } + { /* void */ } #undef _nc_init_pair int _nc_init_pair( @@ -1185,20 +1184,6 @@ int (vline)( int z) { return(*(int *)0); } -#undef vw_printw -int (vw_printw)( - WINDOW *a1, - const char *a2, - va_list z) - { return(*(int *)0); } - -#undef vw_scanw -int (vw_scanw)( - WINDOW *a1, - const char *a2, - va_list z) - { return(*(int *)0); } - #undef waddchstr int (waddchstr)( WINDOW *a1, @@ -2435,6 +2420,13 @@ int vwprintw( va_list argp) { return(*(int *)0); } +#undef vw_printw +int vw_printw( + WINDOW *win, + const char *fmt, + va_list argp) + { return(*(int *)0); } + /* ./base/lib_redrawln.c */ #undef wredrawln @@ -2482,6 +2474,13 @@ int vwscanw( va_list argp) { return(*(int *)0); } +#undef vw_scanw +int vw_scanw( + WINDOW *win, + const char *fmt, + va_list argp) + { return(*(int *)0); } + #undef scanw int scanw( const char *fmt, @@ -3867,6 +3866,21 @@ struct name_table_entry const *_nc_find_type_entry( NCURSES_BOOL termcap) { return(*(struct name_table_entry const **)0); } +#undef _nc_find_user_entry +struct user_table_entry const *_nc_find_user_entry( + const char *string) + { return(*(struct user_table_entry const **)0); } + +/* ./comp_userdefs.c */ + +#undef _nc_get_userdefs_table +const struct user_table_entry *_nc_get_userdefs_table(void) + { return(*(const struct user_table_entry **)0); } + +#undef _nc_get_hash_user +const HashData *_nc_get_hash_user(void) + { return(*(const HashData **)0); } + /* ./tinfo/db_iterator.c */ #undef _nc_tic_dir @@ -4826,6 +4840,13 @@ WINDOW *_nc_retrace_win( WINDOW *code) { return(*(WINDOW **)0); } +#undef _nc_fmt_funcptr +char *_nc_fmt_funcptr( + char *target, + const char *source, + size_t size) + { return(*(char **)0); } + #undef _nc_use_tracef int _nc_use_tracef( unsigned mask)