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