Lines Matching defs:keymaps
281 static Set *keymaps = NULL;
311 r = set_consume(keymaps, p);
322 keymaps = set_new(&string_hash_ops);
323 if (!keymaps)
329 l = set_get_strv(keymaps);
331 set_free_free(keymaps);
335 set_free(keymaps);
338 log_error("Couldn't find any console keymaps.");
503 " list-keymaps Show known virtual console keyboard mappings\n"
598 { "list-keymaps", EQUAL, 1, list_vconsole_keymaps },