Searched refs:_nc_remove_string (Results 1 – 14 of 14) sorted by relevance
122 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() function132 returnCode(_nc_remove_string(&(*tree)->child, string + 1)); in _nc_remove_string()
73 while (_nc_remove_string(&(SP_PARM->_keytry), str)) in NCURSES_EXPORT()
95 "_nc_remove_string" @130 NONAME
1411 #undef _nc_remove_string1412 int _nc_remove_string(
1400 #undef _nc_remove_string1401 int _nc_remove_string(
1509 #undef _nc_remove_string1510 int _nc_remove_string(
1520 #undef _nc_remove_string1521 int _nc_remove_string(
4041 #undef _nc_remove_string4042 int _nc_remove_string(
1984 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
4203 #undef _nc_remove_string4204 int _nc_remove_string(
4881 #undef _nc_remove_string4882 int _nc_remove_string(
4999 #undef _nc_remove_string5000 int _nc_remove_string(
1280 _nc_remove_string1456 _nc_remove_string()
5169 + correct a case in _nc_remove_string(), used by define_key(), to avoid7919 + correct logic error in _nc_remove_string, from 990220.