Searched defs:line_rest (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c392 char *line_rest; local
499 scancode = strtol(p, &line_rest, 16);
505 if (strstr(line_rest, "altgr"))
510 if (strstr(line_rest, "shift"))
515 if (strstr(line_rest, "numlock"))
520 if (strstr(line_rest, "localstate"))
525 if (strstr(line_rest, "inhibit"))
532 if (strstr(line_rest, "addupper"))

Completed in 81 milliseconds