Searched refs:has_key_internal (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c181 has_key_internal(int keycode, TRIES * tp) function
188 return (has_key_internal(keycode, tp->child)
189 || has_key_internal(keycode, tp->sibling));
196 returnCode(SP != 0 ? has_key_internal(keycode, SP->_keytry) : FALSE);

Completed in 58 milliseconds