hotkey2           253 lib/widget/widget-common.c hotkey_equal (const hotkey_t hotkey1, const hotkey_t hotkey2)
hotkey2           255 lib/widget/widget-common.c     return (strcmp (hotkey1.start, hotkey2.start) == 0)
hotkey2           256 lib/widget/widget-common.c         && hotkey_cmp (hotkey1.hotkey, hotkey2.hotkey) && hotkey_cmp (hotkey1.end, hotkey2.end);
hotkey2           199 lib/widget/widget-common.h gboolean hotkey_equal (const hotkey_t hotkey1, const hotkey_t hotkey2);
hotkey2            40 tests/lib/widget/hotkey_equal.c     const hotkey_t hotkey2;
hotkey2           118 tests/lib/widget/hotkey_equal.c     result = hotkey_equal (data->hotkey1, data->hotkey2);