Searched refs:_nc_remove_string (Results 1 – 14 of 14) sorted by relevance
123 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() function133 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
1384 #undef _nc_remove_string1385 int _nc_remove_string(
1496 #undef _nc_remove_string1497 int _nc_remove_string(
1424 #undef _nc_remove_string1425 int _nc_remove_string(
1536 #undef _nc_remove_string1537 int _nc_remove_string(
4125 #undef _nc_remove_string4126 int _nc_remove_string(
4246 #undef _nc_remove_string4247 int _nc_remove_string(
2236 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
5213 #undef _nc_remove_string5214 int _nc_remove_string(
5092 #undef _nc_remove_string5093 int _nc_remove_string(
1651 _nc_remove_string1827 _nc_remove_string()
7922 + correct a case in _nc_remove_string(), used by define_key(), to avoid10672 + correct logic error in _nc_remove_string, from 990220.