Lines Matching defs:rules
56 char* rules;
285 } else if (!strcasecmp(&tmp[3], "rules"))
287 free(xkb_opts.rules);
288 xkb_opts.rules = strdup(tmp_val);
330 } else if (!strcasecmp(tmp, "rules"))
332 if (!xkb_opts.rules)
333 xkb_opts.rules = strdup(tmp_val);
371 if (xkb_opts.rules)
372 add_option(&options, "xkb_rules", xkb_opts.rules);
418 free(xkb_opts.rules);