Searched refs:keychords (Results 1 – 2 of 2) sorted by relevance
30 static struct input_keychord *keychords = 0; variable43 keychords = (input_keychord*) realloc(keychords, keychords_length + size); in add_service_keycodes()44 if (!keychords) { in add_service_keycodes()51 keychord = (struct input_keychord *)((char *)keychords + keychords_length); in add_service_keycodes()94 if (!keychords) { in keychord_init()104 int ret = write(keychord_fd, keychords, keychords_length); in keychord_init()110 free(keychords); in keychord_init()111 keychords = nullptr; in keychord_init()
45 keychords.cpp \