Home
last modified time | relevance | path

Searched refs:xkb_atom_steal (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dcontext.h82 xkb_atom_steal(struct xkb_context *ctx, char *string);
Dcontext-priv.c65 xkb_atom_steal(struct xkb_context *ctx, char *string) in xkb_atom_steal() function
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.y757 Ident : IDENT { $$ = xkb_atom_steal(param->ctx, $1); }
761 String : STRING { $$ = xkb_atom_steal(param->ctx, $1); }
Dparser.c3141 { (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()