hotkey_equal 245 lib/widget/button.c if (hotkey_equal (b->text, hk)) hotkey_equal 165 lib/widget/check.c if (hotkey_equal (check->text, hk)) hotkey_equal 199 lib/widget/widget-common.h gboolean hotkey_equal (const hotkey_t hotkey1, const hotkey_t hotkey2); hotkey_equal 140 tests/lib/widget/hotkey_equal.c result = hotkey_equal (data->hotkey1, data->hotkey2);