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

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h91 extern InterpDef *InterpCreate(const char * /* sym_str */ ,
H A Dxkbparse.y376 { $$= InterpCreate($1, $3); }
378 { $$= InterpCreate($1, NULL); }
H A Dparseutils.c236 InterpCreate(const char *sym_str, ExprDef * match) function in typeref:typename:InterpDef *
H A Dxkbparse.c2145 { (yyval.interp)= InterpCreate((yyvsp[-2].str), (yyvsp[0].expr)); }
2151 { (yyval.interp)= InterpCreate((yyvsp[0].str), NULL); }

Completed in 8 milliseconds