Home
last modified time | relevance | path

Searched refs:_nc_remove_string (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dtries.c124 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() function
134 returnCode(_nc_remove_string(&(*tree)->child, string + 1)); in _nc_remove_string()
H A Ddefine_key.c74 while (_nc_remove_string(&(SP_PARM->_keytry), str)) in NCURSES_EXPORT()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def95 "_nc_remove_string" @130 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow1521 #undef _nc_remove_string
1522 int _nc_remove_string(
H A Dllib-ltinfo1481 #undef _nc_remove_string
1482 int _nc_remove_string(
H A Dllib-ltinfotw1633 #undef _nc_remove_string
1634 int _nc_remove_string(
H A Dllib-ltinfot1593 #undef _nc_remove_string
1594 int _nc_remove_string(
H A Dllib-lncursest4333 #undef _nc_remove_string
4334 int _nc_remove_string(
H A Dllib-lncurses4212 #undef _nc_remove_string
4213 int _nc_remove_string(
H A Dcurses.priv.h2121 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
H A Dllib-lncursestw5312 #undef _nc_remove_string
5313 int _nc_remove_string(
H A Dllib-lncursesw5191 #undef _nc_remove_string
5192 int _nc_remove_string(
/freebsd/contrib/ncurses/
H A DINSTALL1841 _nc_remove_string
2017 _nc_remove_string()
H A DNEWS9550 + correct a case in _nc_remove_string(), used by define_key(), to avoid
12300 + correct logic error in _nc_remove_string, from 990220.