Home
last modified time | relevance | path

Searched refs:_nc_remove_string (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/ncurses/ncurses/base/
H A Dtries.c123 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() function
133 returnCode(_nc_remove_string(&(*tree)->child, string + 1)); in _nc_remove_string()
H A Ddefine_key.c74 while (_nc_remove_string(&(SP_PARM->_keytry), str)) in NCURSES_EXPORT()
/dflybsd-src/contrib/ncurses/misc/
H A Dncurses.def95 "_nc_remove_string" @130 NONAME
/dflybsd-src/contrib/ncurses/ncurses/
H A Dcurses.priv.h2236 extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);