X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfo;h=79ac2293e37080dc114dc0ff859eda09da337a35;hp=10183a15f60b16f2675868544cf22512a8f9b42e;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=26001c55f3e698f2467ee6e4a6c376bed9be6439 diff --git a/ncurses/llib-ltinfo b/ncurses/llib-ltinfo index 10183a15..79ac2293 100644 --- a/ncurses/llib-ltinfo +++ b/ncurses/llib-ltinfo @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2012 Free Software Foundation, Inc. * + * Copyright (c) 2012,2013 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 * @@ -289,6 +289,12 @@ int _nc_getenv_num( const char *name) { return(*(int *)0); } +#undef _nc_setenv_num +void _nc_setenv_num( + const char *name, + int value) + { /* void */ } + /* ./tinfo/home_terminfo.c */ #undef _nc_home_terminfo @@ -694,17 +700,17 @@ void use_env_sp( NCURSES_BOOL f) { /* void */ } -#undef use_env -void use_env( - NCURSES_BOOL f) - { /* void */ } - #undef use_tioctl_sp void use_tioctl_sp( SCREEN *sp, NCURSES_BOOL f) { /* void */ } +#undef use_env +void use_env( + NCURSES_BOOL f) + { /* void */ } + #undef use_tioctl void use_tioctl( NCURSES_BOOL f) @@ -891,7 +897,7 @@ int _nc_tparm_err; int _nc_tparm_analyze( const char *string, char *p_is_s[9], - int *popcount) + int *_nc_popcount) { return(*(int *)0); } #undef tparm @@ -951,12 +957,28 @@ int _nc_outch( int ch) { return(*(int *)0); } +#undef _nc_putchar_sp +int _nc_putchar_sp( + SCREEN *sp, + int ch) + { return(*(int *)0); } + +#undef _nc_putchar +int _nc_putchar( + int ch) + { return(*(int *)0); } + #undef putp_sp int putp_sp( SCREEN *sp, const char *string) { return(*(int *)0); } +#undef putp +int putp( + const char *string) + { return(*(int *)0); } + #undef _nc_putp_sp int _nc_putp_sp( SCREEN *sp, @@ -964,11 +986,6 @@ int _nc_putp_sp( const char *string) { return(*(int *)0); } -#undef putp -int putp( - const char *string) - { return(*(int *)0); } - #undef _nc_putp int _nc_putp( const char *name, @@ -1258,10 +1275,30 @@ char *const strnames[] = {0}; #undef strfnames char *const strfnames[] = {0}; +/* ./tinfo/obsolete.c */ + +#undef _nc_set_buffer_sp +void _nc_set_buffer_sp( + SCREEN *sp, + FILE *ofp, + int buffered) + { /* void */ } + +#undef _nc_set_buffer +void _nc_set_buffer( + FILE *ofp, + int buffered) + { /* void */ } + /* ./tinfo/read_entry.c */ #include +#undef _nc_init_termtype +void _nc_init_termtype( + TERMTYPE *const tp) + { /* void */ } + #undef _nc_read_termtype int _nc_read_termtype( TERMTYPE *ptr, @@ -1290,21 +1327,6 @@ int _nc_read_entry( void _nc_read_termcap(void) { /* void */ } -/* ./tinfo/setbuf.c */ - -#undef _nc_set_buffer_sp -void _nc_set_buffer_sp( - SCREEN *sp, - FILE *ofp, - int buffered) - { /* void */ } - -#undef _nc_set_buffer -void _nc_set_buffer( - FILE *ofp, - int buffered) - { /* void */ } - /* ./tinfo/strings.c */ #undef _nc_str_init