Searched refs:AppendStmt (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbparse.y | 176 { $$= (XkbFile *)AppendStmt(&$1->common,&$2->common); } 193 { $$= (XkbFile *)AppendStmt(&$1->common,&$2->common); } 235 { $$= AppendStmt($1,$2); } 355 { $$= (VModDef *)AppendStmt(&$1->common,&$3->common); } 382 { $$= (VarDef *)AppendStmt(&$1->common,&$2->common); } 400 { $$= (VarDef *)AppendStmt(&$1->common,&$3->common); } 457 { $$=(RowDef *)AppendStmt(&$1->common,&$2->common);} 475 { $$=(KeyDef *)AppendStmt(&$1->common,&$2->common);} 487 { $$=(KeyDef *)AppendStmt(&$1->common,&$3->common);} 505 AppendStmt( [all...] |
| H A D | parseutils.h | 53 extern ParseCommon *AppendStmt(ParseCommon * /* to */ ,
|
| H A D | xkbparse.c | 1749 { (yyval.file)= (XkbFile *)AppendStmt(&(yyvsp[-1].file)->common,&(yyvsp[0].file)->common); } 1785 { (yyval.file)= (XkbFile *)AppendStmt(&(yyvsp[-1].file)->common,&(yyvsp[0].file)->common); } 1911 { (yyval.any)= AppendStmt((yyvsp[-1].any),(yyvsp[0].any)); } 2112 { (yyval.vmod)= (VModDef *)AppendStmt(&(yyvsp[-2].vmod)->common,&(yyvsp[0].vmod)->common); } 2157 { (yyval.var)= (VarDef *)AppendStmt(&(yyvsp[-1].var)->common,&(yyvsp[0].var)->common); } 2181 { (yyval.var)= (VarDef *)AppendStmt(&(yyvsp[-2].var)->common,&(yyvsp[0].var)->common); } 2293 { (yyval.row)=(RowDef *)AppendStmt(&(yyvsp[-1].row)->common,&(yyvsp[0].row)->common);} 2335 { (yyval.key)=(KeyDef *)AppendStmt(&(yyvsp[-1].key)->common,&(yyvsp[0].key)->common);} 2359 { (yyval.key)=(KeyDef *)AppendStmt(&(yyvsp[-2].key)->common,&(yyvsp[0].key)->common);} 2391 AppendStmt( [all...] |
| H A D | parseutils.c | 38 AppendStmt(ParseCommon * to, ParseCommon * append) function in typeref:typename:ParseCommon * 527 (ExprDef *) AppendStmt(&into->expr->common, &from->expr->common);
|
Completed in 7 milliseconds