Searched refs:xkb_atom_steal (Results 1 – 4 of 4) sorted by relevance
82 xkb_atom_steal(struct xkb_context *ctx, char *string);
65 xkb_atom_steal(struct xkb_context *ctx, char *string) in xkb_atom_steal() function
757 Ident : IDENT { $$ = xkb_atom_steal(param->ctx, $1); }761 String : STRING { $$ = xkb_atom_steal(param->ctx, $1); }
3141 { (yyval.atom) = xkb_atom_steal(param->ctx, (yyvsp[0].str)); } in yyparse()3153 { (yyval.atom) = xkb_atom_steal(param->ctx, (yyvsp[0].str)); } in yyparse()