Lines Matching defs:model
54 char *model;
290 else if (!strcasecmp(&tmp[3], "model")) {
291 free(xkb_opts.model);
292 xkb_opts.model = strdup(tmp_val);
352 else if (!strcasecmp(tmp, "model")) {
353 if (!xkb_opts.model)
354 xkb_opts.model = strdup(tmp_val);
390 if (xkb_opts.model)
392 input_option_new(input_options, "xkb_model", xkb_opts.model);
433 free(xkb_opts.model);