Searched refs:_nc_remove_string (Results 1 – 14 of 14) sorted by relevance
124 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() function134 returnCode(_nc_remove_string(&(*tree)->child, string + 1)); in _nc_remove_string()
74 while (_nc_remove_string(&(SP_PARM->_keytry), str)) in NCURSES_EXPORT()
95 "_nc_remove_string" @130 NONAME
1521 #undef _nc_remove_string1522 int _nc_remove_string(
1481 #undef _nc_remove_string1482 int _nc_remove_string(
1633 #undef _nc_remove_string1634 int _nc_remove_string(
1593 #undef _nc_remove_string1594 int _nc_remove_string(
4333 #undef _nc_remove_string4334 int _nc_remove_string(
4212 #undef _nc_remove_string4213 int _nc_remove_string(
2121 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
5312 #undef _nc_remove_string5313 int _nc_remove_string(
5191 #undef _nc_remove_string5192 int _nc_remove_string(
1841 _nc_remove_string2017 _nc_remove_string()
9550 + correct a case in _nc_remove_string(), used by define_key(), to avoid12300 + correct logic error in _nc_remove_string, from 990220.