Lines Matching defs:rules
55 char *rules;
294 else if (!strcasecmp(&tmp[3], "rules")) {
295 free(xkb_opts.rules);
296 xkb_opts.rules = strdup(tmp_val);
344 else if (!strcasecmp(tmp, "rules")) {
345 if (!xkb_opts.rules)
346 xkb_opts.rules = strdup(tmp_val);
384 if (xkb_opts.rules)
386 input_option_new(input_options, "xkb_rules", xkb_opts.rules);
432 free(xkb_opts.rules);