Searched refs:_nc_remove_string (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Ddefine_key.c73 while (_nc_remove_string(&(SP_PARM->_keytry), str))
H A Dtries.c122 _nc_remove_string(TRIES ** tree, const char *string) function
124 T((T_CALLED("_nc_remove_string(%p,%s)"), (void *) tree, _nc_visbuf(string)));
132 returnCode(_nc_remove_string(&(*tree)->child, string + 1));

Completed in 78 milliseconds