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
1527 #undef _nc_remove_string1528 int _nc_remove_string(
1487 #undef _nc_remove_string1488 int _nc_remove_string(
1599 #undef _nc_remove_string1600 int _nc_remove_string(
1639 #undef _nc_remove_string1640 int _nc_remove_string(
4339 #undef _nc_remove_string4340 int _nc_remove_string(
4218 #undef _nc_remove_string4219 int _nc_remove_string(
2180 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
5318 #undef _nc_remove_string5319 int _nc_remove_string(
5197 #undef _nc_remove_string5198 int _nc_remove_string(
1876 _nc_remove_string2052 _nc_remove_string()
10119 + correct a case in _nc_remove_string(), used by define_key(), to avoid12869 + correct logic error in _nc_remove_string, from 990220.