Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dtries.c122 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() function
132 returnCode(_nc_remove_string(&(*tree)->child, string + 1)); in _nc_remove_string()
H A Ddefine_key.c73 while (_nc_remove_string(&(SP_PARM->_keytry), str)) in NCURSES_EXPORT()
/freebsd-12.1/contrib/ncurses/misc/
H A Dncurses.def95 "_nc_remove_string" @130 NONAME
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dllib-ltinfow1411 #undef _nc_remove_string
1412 int _nc_remove_string(
H A Dllib-ltinfo1400 #undef _nc_remove_string
1401 int _nc_remove_string(
H A Dllib-ltinfot1509 #undef _nc_remove_string
1510 int _nc_remove_string(
H A Dllib-ltinfotw1520 #undef _nc_remove_string
1521 int _nc_remove_string(
H A Dllib-lncurses4041 #undef _nc_remove_string
4042 int _nc_remove_string(
H A Dcurses.priv.h1984 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
H A Dllib-lncursest4203 #undef _nc_remove_string
4204 int _nc_remove_string(
H A Dllib-lncursesw4881 #undef _nc_remove_string
4882 int _nc_remove_string(
H A Dllib-lncursestw4999 #undef _nc_remove_string
5000 int _nc_remove_string(
/freebsd-12.1/contrib/ncurses/
H A DINSTALL1280 _nc_remove_string
1456 _nc_remove_string()
H A DNEWS5169 + correct a case in _nc_remove_string(), used by define_key(), to avoid
7919 + correct logic error in _nc_remove_string, from 990220.