X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fllib-ltinfow;h=db846764b97744f6312af1ba473825cead0d1424;hb=c11444e368f1d5964bd0f81e6e3b0f8c8ccd09cc;hp=1c3a2f2226845062ef70c23a0cd897d2dcd998e0;hpb=9f479192e3ca3413d235c66bf058f8cc63764898;p=ncurses.git diff --git a/ncurses/llib-ltinfow b/ncurses/llib-ltinfow index 1c3a2f22..db846764 100644 --- a/ncurses/llib-ltinfow +++ b/ncurses/llib-ltinfow @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2020,2021 Thomas E. Dickey * + * Copyright 2018-2021,2022 Thomas E. Dickey * * Copyright 2012-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -76,6 +76,19 @@ NCURSES_BOOL _nc_is_file_path( int _nc_env_access(void) { return(*(int *)0); } +#undef _nc_safe_fopen +FILE *_nc_safe_fopen( + const char *path, + const char *mode) + { return(*(FILE **)0); } + +#undef _nc_safe_open3 +int _nc_safe_open3( + const char *path, + int flags, + mode_t mode) + { return(*(int *)0); } + /* ./tinfo/add_tries.c */ #undef _nc_add_to_try @@ -300,6 +313,11 @@ void _nc_free_termtype( TERMTYPE *ptr) { /* void */ } +#undef _nc_free_termtype1 +void _nc_free_termtype1( + TERMTYPE *ptr) + { /* void */ } + #undef _nc_free_termtype2 void _nc_free_termtype2( TERMTYPE2 *ptr) @@ -906,8 +924,14 @@ 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, const char *string, char **p_is_s, int *_nc_popcount) @@ -932,6 +956,11 @@ char *_nc_tiparm( ...) { return(*(char **)0); } +#undef _nc_reset_tparm +void _nc_reset_tparm( + TERMINAL *term) + { /* void */ } + /* ./tinfo/lib_tputs.c */ #undef PC