Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dtries.c123 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() function
133 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-13.1/contrib/ncurses/misc/
H A Dncurses.def95 "_nc_remove_string" @130 NONAME
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dllib-ltinfo1384 #undef _nc_remove_string
1385 int _nc_remove_string(
H A Dllib-ltinfot1496 #undef _nc_remove_string
1497 int _nc_remove_string(
H A Dllib-ltinfow1424 #undef _nc_remove_string
1425 int _nc_remove_string(
H A Dllib-ltinfotw1536 #undef _nc_remove_string
1537 int _nc_remove_string(
H A Dllib-lncurses4125 #undef _nc_remove_string
4126 int _nc_remove_string(
H A Dllib-lncursest4246 #undef _nc_remove_string
4247 int _nc_remove_string(
H A Dcurses.priv.h2236 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
H A Dllib-lncursestw5213 #undef _nc_remove_string
5214 int _nc_remove_string(
H A Dllib-lncursesw5092 #undef _nc_remove_string
5093 int _nc_remove_string(
/freebsd-13.1/contrib/ncurses/
H A DINSTALL1651 _nc_remove_string
1827 _nc_remove_string()
H A DNEWS7922 + correct a case in _nc_remove_string(), used by define_key(), to avoid
10672 + correct logic error in _nc_remove_string, from 990220.