Lines Matching defs:model
55 char* model;
281 } else if (!strcasecmp(&tmp[3], "model"))
283 free(xkb_opts.model);
284 xkb_opts.model = strdup(tmp_val);
338 } else if (!strcasecmp(tmp, "model"))
340 if (!xkb_opts.model)
341 xkb_opts.model = strdup(tmp_val);
375 if (xkb_opts.model)
376 add_option(&options, "xkb_model", xkb_opts.model);
419 free(xkb_opts.model);