X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfotw;h=0fd8d287a38750d0ca83a0167ac753f1ef8a6fff;hp=4d35a1e10a662d10347307eacd664ca561760db8;hb=HEAD;hpb=c11444e368f1d5964bd0f81e6e3b0f8c8ccd09cc diff --git a/ncurses/llib-ltinfotw b/ncurses/llib-ltinfotw index 4d35a1e1..3b21b876 100644 --- a/ncurses/llib-ltinfotw +++ b/ncurses/llib-ltinfotw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2021,2022 Thomas E. Dickey * + * Copyright 2018-2022,2023 Thomas E. Dickey * * Copyright 2012-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -750,6 +750,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 @@ -1025,6 +1061,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, @@ -1527,7 +1578,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