Searched refs:escaped_map (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_inputs.c210 static uint8_t escaped_map[256] = { variable in typeref:typename:uint8_t[256]
247 if (escaped_map[frag] == 0) {
248 fprintf(stderr, "spiceqxl_inputs.c: kbd_push_key: escaped_map[%d] == 0\n", frag);
250 frag = escaped_map[frag];

Completed in 2 milliseconds