[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: about internal exported symbols
From: |
Stanislav Ievlev |
Subject: |
Re: about internal exported symbols |
Date: |
Wed, 3 Dec 2003 14:57:48 +0300 |
On Wed, Dec 03, 2003 at 06:19:28AM -0500, Thomas Dickey wrote:
> > >
> > > (there are internal functions exported for tic, infocmp - but that's
> > > not the example you gave).
> >
> > Well, but some of these internal exported functions are never used,
> > neither by ncurses libraries nor by ncurses utils:
> > _nc_Copy_Argument
> > _nc_expanded
> > _nc_freeall
> > _nc_free_entries
> > _nc_get_locale
> > _nc_insert_ch
> > _nc_memmove
> > _nc_msec_cost
> > _nc_outstr
> > _nc_read_termcap
> > _nc_screen_resume
> > _nc_sigaction
> > _nc_vsscanf
> > _nc_wgetch
>
> ...and some are not exported at all, since they're unused on a given
> platform. Here's a list obtained using 'nm':
Why not to hide all these unused symbols then?
- about internal exported symbols, Stanislav Ievlev, 2003/12/02
- Re: about internal exported symbols, Thomas Dickey, 2003/12/02
- Re: about internal exported symbols, Stanislav Ievlev, 2003/12/03
- Re: about internal exported symbols, Thomas Dickey, 2003/12/03
- Re: about internal exported symbols,
Stanislav Ievlev <=
- Re: about internal exported symbols, Thomas Dickey, 2003/12/03
- Re: about internal exported symbols, Stanislav Ievlev, 2003/12/04
- Re: about internal exported symbols, Thomas Dickey, 2003/12/04
- Re: about internal exported symbols, Thomas Dickey, 2003/12/04
- Re: about internal exported symbols, Stanislav Ievlev, 2003/12/05
- Re: about internal exported symbols, Thomas Dickey, 2003/12/05