Home
last modified time | relevance | path

Searched refs:line_rest (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dxkeymap.c267 char *line_rest; in xkeymap_read() local
374 scancode = strtol(p, &line_rest, 16); in xkeymap_read()
380 if (strstr(line_rest, "altgr")) in xkeymap_read()
385 if (strstr(line_rest, "shift")) in xkeymap_read()
390 if (strstr(line_rest, "numlock")) in xkeymap_read()
395 if (strstr(line_rest, "localstate")) in xkeymap_read()
400 if (strstr(line_rest, "inhibit")) in xkeymap_read()
407 if (strstr(line_rest, "addupper")) in xkeymap_read()