Home
last modified time | relevance | path

Searched refs:vmodList (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c1385 { FreeStmt((ParseCommon *) ((*yyvaluep).vmodList).head); } in yydestruct()
1391 { FreeStmt((ParseCommon *) ((*yyvaluep).vmodList).head); } in yydestruct()
2012 … for (VModDef *vmod = (yyvsp[0].vmodList).head; vmod; vmod = (VModDef *) vmod->common.next) in yyparse()
2015 …yyvsp[-2].anyList).last->next = &(yyvsp[0].vmodList).head->common; (yyval.anyList).last = &(yyvsp[… in yyparse()
2017 …(yyval.anyList).head = &(yyvsp[0].vmodList).head->common; (yyval.anyList).last = &(yyvsp[0].vmodLi… in yyparse()
2178 { (yyval.vmodList) = (yyvsp[-1].vmodList); } in yyparse()
2184 …{ (yyval.vmodList).head = (yyvsp[-2].vmodList).head; (yyval.vmodList).last->common.next = &(yyvsp[… in yyparse()
2190 { (yyval.vmodList).head = (yyval.vmodList).last = (yyvsp[0].vmod); } in yyparse()
Dparser.h143 struct { VModDef *head; VModDef *last; } vmodList; member
/external/libxkbcommon/src/xkbcomp/
Dparser.y179 struct { VModDef *head; VModDef *last; } vmodList;
212 %type <vmodList> VModDefList VModDecl
233 <anyList> <exprList> <varList> <vmodList>