Searched refs:vmod (Results 1 – 7 of 7) sorted by relevance
178 VModDef *vmod;211 %type <vmod> VModDef230 <any> <expr> <var> <vmod> <interp> <keyType> <syms> <modMask> <groupCompat>329 … for (VModDef *vmod = $3.head; vmod; vmod = (VModDef *) vmod->common.next)330 vmod->merge = $2;
1397 { FreeStmt((ParseCommon *) ((*yyvaluep).vmod)); } in yydestruct()2012 … for (VModDef *vmod = (yyvsp[0].vmodList).head; vmod; vmod = (VModDef *) vmod->common.next) in yyparse() local2013 vmod->merge = (yyvsp[-1].merge); in yyparse()2184 …; (yyval.vmodList).last->common.next = &(yyvsp[0].vmod)->common; (yyval.vmodList).last = (yyvsp[0]… in yyparse()2190 { (yyval.vmodList).head = (yyval.vmodList).last = (yyvsp[0].vmod); } in yyparse()2196 { (yyval.vmod) = VModCreate((yyvsp[0].atom), NULL); } in yyparse()2202 { (yyval.vmod) = VModCreate((yyvsp[-2].atom), (yyvsp[0].expr)); } in yyparse()
142 VModDef *vmod; member
69 "src/xkbcomp/vmod.c",
207 'src/xkbcomp/vmod.c',208 'src/xkbcomp/vmod.h',
195 - Fix bug where the merge mode only applied to the first vmod in a
107 // $ env /some/brand/new/binary --vmod<TAB>