X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fllib-lncursest;h=36a94b57297e5d0be7730577a1dd7e1bda6a06d6;hb=HEAD;hp=fe9e11c650c2196b8df280a860d30acc8c5119c7;hpb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;p=ncurses.git diff --git a/ncurses/llib-lncursest b/ncurses/llib-lncursest index fe9e11c6..7c8bac9c 100644 --- a/ncurses/llib-lncursest +++ b/ncurses/llib-lncursest @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2020,2021 Thomas E. Dickey * + * Copyright 2019-2022,2023 Thomas E. Dickey * * Copyright 2008-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -483,17 +483,17 @@ int addstr( #undef attroff int attroff( - int z) + NCURSES_ATTR_T z) { return(*(int *)0); } #undef attron int attron( - int z) + NCURSES_ATTR_T z) { return(*(int *)0); } #undef attrset int attrset( - int z) + NCURSES_ATTR_T z) { return(*(int *)0); } #undef attr_get @@ -2840,8 +2840,8 @@ int _nc_add_to_try( #undef _nc_align_termtype void _nc_align_termtype( - TERMTYPE2 *to, - TERMTYPE2 *from) + TERMTYPE *to, + TERMTYPE *from) { /* void */ } #undef _nc_copy_termtype @@ -3008,7 +3008,7 @@ ENTRY *_nc_tail; #undef _nc_free_entry void _nc_free_entry( ENTRY *headp, - TERMTYPE2 *tterm) + TERMTYPE *tterm) { /* void */ } #undef _nc_free_entries @@ -3028,9 +3028,9 @@ void exit_terminfo( /* ./fallback.c */ #undef _nc_fallback -const TERMTYPE2 *_nc_fallback( +const TERMTYPE *_nc_fallback( const char *name) - { return(*(const TERMTYPE2 **)0); } + { return(*(const TERMTYPE **)0); } /* ./tinfo/free_ttype.c */ @@ -3039,6 +3039,11 @@ void _nc_free_termtype( TERMTYPE *ptr) { /* void */ } +#undef _nc_free_termtype1 +void _nc_free_termtype1( + TERMTYPE *ptr) + { /* void */ } + #undef _nc_user_definable NCURSES_BOOL _nc_user_definable; @@ -3461,6 +3466,42 @@ int intrflush( NCURSES_BOOL flag) { return(*(int *)0); } +#undef is_nl_sp +int is_nl_sp( + SCREEN *sp) + { return(*(int *)0); } + +#undef is_raw_sp +int is_raw_sp( + SCREEN *sp) + { return(*(int *)0); } + +#undef is_cbreak_sp +int is_cbreak_sp( + SCREEN *sp) + { return(*(int *)0); } + +#undef is_echo_sp +int is_echo_sp( + SCREEN *sp) + { return(*(int *)0); } + +#undef is_nl +int is_nl(void) + { return(*(int *)0); } + +#undef is_raw +int is_raw(void) + { return(*(int *)0); } + +#undef is_cbreak +int is_cbreak(void) + { return(*(int *)0); } + +#undef is_echo +int is_echo(void) + { return(*(int *)0); } + /* ./tinfo/lib_setup.c */ #undef _nc_ttytype @@ -3547,7 +3588,7 @@ void _nc_update_screensize( #undef _nc_setup_tinfo int _nc_setup_tinfo( const char *const tn, - TERMTYPE2 *const tp) + TERMTYPE *const tp) { return(*(int *)0); } #undef _nc_tinfo_cmdch @@ -3711,6 +3752,11 @@ char *tigetstr( #undef _nc_tparm_err int _nc_tparm_err; +#undef _nc_free_tparm +void _nc_free_tparm( + TERMINAL *termp) + { /* void */ } + #undef _nc_tparm_analyze int _nc_tparm_analyze( TERMINAL *term, @@ -3731,6 +3777,21 @@ char *tiparm( ...) { return(*(char **)0); } +#undef tiparm_s +char *tiparm_s( + int num_expected, + int tparm_type, + const char *string, + ...) + { return(*(char **)0); } + +#undef tiscan_s +int tiscan_s( + int *num_expected, + int *tparm_type, + const char *string) + { return(*(int *)0); } + #undef _nc_tiparm char *_nc_tiparm( int expected, @@ -4168,12 +4229,12 @@ void _nc_set_buffer( #undef _nc_init_termtype void _nc_init_termtype( - TERMTYPE2 *const tp) + TERMTYPE *const tp) { /* void */ } #undef _nc_read_termtype int _nc_read_termtype( - TERMTYPE2 *ptr, + TERMTYPE *ptr, char *buffer, int limit) { return(*(int *)0); } @@ -4181,14 +4242,14 @@ int _nc_read_termtype( #undef _nc_read_file_entry int _nc_read_file_entry( const char *const filename, - TERMTYPE2 *ptr) + TERMTYPE *ptr) { return(*(int *)0); } #undef _nc_read_entry int _nc_read_entry( const char *const name, char *const filename, - TERMTYPE2 *const tp) + TERMTYPE *const tp) { return(*(int *)0); } /* ./tinfo/read_termcap.c */ @@ -4196,7 +4257,7 @@ int _nc_read_entry( #undef _nc_read_termcap_entry int _nc_read_termcap_entry( const char *const tn, - TERMTYPE2 *const tp) + TERMTYPE *const tp) { return(*(int *)0); } /* ./tinfo/strings.c */ @@ -4217,7 +4278,7 @@ string_desc *_nc_str_null( #undef _nc_str_copy string_desc *_nc_str_copy( string_desc *dst, - string_desc *src) + const string_desc *const src) { return(*(string_desc **)0); } #undef _nc_safe_strcat @@ -4279,7 +4340,7 @@ int _nc_remove_string( #undef _nc_trim_sgr0 char *_nc_trim_sgr0( - TERMTYPE2 *tp) + TERMTYPE *tp) { return(*(char **)0); } /* ./unctrl.c */ @@ -4385,7 +4446,7 @@ char *_nc_tic_expand( #undef _nc_check_termtype2 void (*_nc_check_termtype2)( - TERMTYPE2 *p1, + TERMTYPE *p1, NCURSES_BOOL p2); #undef _nc_entry_match @@ -4443,7 +4504,7 @@ int _nc_get_token( #undef _nc_trans_string int _nc_trans_string( char *ptr, - char *last) + const char *const last) { return(*(int *)0); } #undef _nc_push_token @@ -4480,12 +4541,12 @@ void _nc_set_writedir( #undef _nc_write_entry void _nc_write_entry( - TERMTYPE2 *const tp) + TERMTYPE *const tp) { /* void */ } #undef _nc_write_object int _nc_write_object( - TERMTYPE2 *tp, + TERMTYPE *tp, char *buffer, unsigned *offset, unsigned limit)