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-ltinfow1527 #undef _nc_remove_string
1528 int _nc_remove_string(
H A Dllib-ltinfo1487 #undef _nc_remove_string
1488 int _nc_remove_string(
H A Dllib-ltinfot1599 #undef _nc_remove_string
1600 int _nc_remove_string(
H A Dllib-ltinfotw1639 #undef _nc_remove_string
1640 int _nc_remove_string(
H A Dllib-lncursest4339 #undef _nc_remove_string
4340 int _nc_remove_string(
H A Dllib-lncurses4218 #undef _nc_remove_string
4219 int _nc_remove_string(
H A Dcurses.priv.h2180 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
H A Dllib-lncursestw5318 #undef _nc_remove_string
5319 int _nc_remove_string(
H A Dllib-lncursesw5197 #undef _nc_remove_string
5198 int _nc_remove_string(
/freebsd/contrib/ncurses/
H A DINSTALL1876 _nc_remove_string
2052 _nc_remove_string()
H A DNEWS10119 + correct a case in _nc_remove_string(), used by define_key(), to avoid
12869 + correct logic error in _nc_remove_string, from 990220.