Home
last modified time | relevance | path

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

/external/libxkbcommon/src/xkbcomp/
Dast-build.h95 InterpCreate(xkb_keysym_t sym, ExprDef *match);
Dparser.y440 { $$ = InterpCreate($1, $3); }
442 { $$ = InterpCreate($1, NULL); }
Dast-build.c346 InterpCreate(xkb_keysym_t sym, ExprDef *match) in InterpCreate() function
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c2214 { (yyval.interp) = InterpCreate((yyvsp[-2].keysym), (yyvsp[0].expr)); } in yyparse()
2220 { (yyval.interp) = InterpCreate((yyvsp[0].keysym), NULL); } in yyparse()