X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursestw;h=6800e6076ecafafa59ef45c3db4133dfa74fbef0;hp=3b9584c526fa6bbd605968102f34514916ef0815;hb=44963481f15221316cbf9f7289a710f54cab2c84;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/ncurses/llib-lncursestw b/ncurses/llib-lncursestw index 3b9584c5..6800e607 100644 --- a/ncurses/llib-lncursestw +++ b/ncurses/llib-lncursestw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2009-2016,2017 Free Software Foundation, Inc. * + * Copyright (c) 2009-2017,2018 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,6 +34,7 @@ /* ./tty/hardscroll.c */ #include + #undef _nc_oldnums int *_nc_oldnums; @@ -285,6 +286,12 @@ void _nc_change_pair( int pair) { /* void */ } +#undef _nc_reserve_pairs +colorpair_t *_nc_reserve_pairs( + SCREEN *sp, + int want) + { return(*(colorpair_t **)0); } + #undef _nc_init_pair int _nc_init_pair( SCREEN *sp, @@ -443,6 +450,11 @@ int extended_pair_content_sp( int *b) { return(*(int *)0); } +#undef reset_color_pairs_sp +void reset_color_pairs_sp( + SCREEN *sp) + { /* void */ } + #undef init_extended_pair int init_extended_pair( int pair, @@ -473,6 +485,10 @@ int extended_pair_content( int *b) { return(*(int *)0); } +#undef reset_color_pairs +void reset_color_pairs(void) + { /* void */ } + /* ./base/lib_colorset.c */ #undef wcolor_set @@ -3538,6 +3554,11 @@ int mcprint( /* ./base/new_pair.c */ +#undef _nc_free_ordered_pairs +void _nc_free_ordered_pairs( + SCREEN *sp) + { /* void */ } + #undef _nc_reset_color_pair void _nc_reset_color_pair( SCREEN *sp, @@ -3552,6 +3573,14 @@ void _nc_set_color_pair( int mode) { /* void */ } +#undef _nc_copy_pairs +void _nc_copy_pairs( + SCREEN *sp, + colorpair_t *target, + colorpair_t *source, + int length) + { /* void */ } + #undef alloc_pair_sp int alloc_pair_sp( SCREEN *sp, @@ -3741,12 +3770,6 @@ void _nc_export_termtype2( const TERMTYPE2 *src) { /* void */ } -#undef _nc_import_termtype2 -void _nc_import_termtype2( - TERMTYPE2 *dst, - const TERMTYPE *src) - { /* void */ } - /* ./codes.c */ #undef _nc_boolcodes @@ -4464,6 +4487,14 @@ int _nc_setupterm( int reuse) { return(*(int *)0); } +#undef _nc_find_prescr +SCREEN *_nc_find_prescr(void) + { return(*(SCREEN **)0); } + +#undef _nc_forget_prescr +void _nc_forget_prescr(void) + { /* void */ } + #undef new_prescr SCREEN *new_prescr(void) { return(*(SCREEN **)0); } @@ -5068,7 +5099,7 @@ int _nc_read_entry( #undef _nc_read_termcap_entry int _nc_read_termcap_entry( const char *const tn, - TERMTYPE *const tp) + TERMTYPE2 *const tp) { return(*(int *)0); } /* ./tinfo/strings.c */ @@ -5281,9 +5312,6 @@ char *_nc_tic_expand( void (*_nc_check_termtype2)( TERMTYPE2 *p1, NCURSES_BOOL p2); -#undef _nc_check_termtype -void (*_nc_check_termtype)( - TERMTYPE *p1); #undef _nc_entry_match NCURSES_BOOL _nc_entry_match( @@ -5307,11 +5335,6 @@ int _nc_resolve_uses2( NCURSES_BOOL literal) { return(*(int *)0); } -#undef _nc_resolve_uses -int _nc_resolve_uses( - NCURSES_BOOL fullresolve) - { return(*(int *)0); } - /* ./tinfo/comp_scan.c */ #undef _nc_syntax