has_key_internal
return (has_key_internal(keycode, tp->child)
|| has_key_internal(keycode, tp->sibling));
has_key_internal(keycode, sp->_keytry) : 0;
returnCode(SP != 0 ? has_key_internal(keycode, SP_PARM->_keytry) : FALSE);