Lines Matching defs:bit
362 struct bitvalue *bit;
710 "bit", "optargs", "args", "arg", "argcomp", YY_NULL
1606 unconditionally makes the parser a bit smaller, and it avoids a
1670 if (check_duplicates ((yyvsp[(1) - (6)].bit)) == 0
1671 && check_argsdef ((yyvsp[(1) - (6)].bit), (yyvsp[(6) - (6)].arg)) == 0
1672 && check_bitsused ((yyvsp[(1) - (6)].bit), (yyvsp[(5) - (6)].field), (yyvsp[(6) - (6)].arg)) == 0)
1684 newp->bytes = (yyvsp[(1) - (6)].bit);
1734 fillin_arg ((yyvsp[(1) - (6)].bit), args->name, newp, n);
1776 check_bits ((yyvsp[(3) - (3)].bit));
1778 struct bitvalue *runp = (yyvsp[(1) - (3)].bit);
1781 runp->next = (yyvsp[(3) - (3)].bit);
1782 (yyval.bit) = (yyvsp[(1) - (3)].bit);
1790 check_bits ((yyvsp[(1) - (1)].bit));
1791 (yyval.bit) = (yyvsp[(1) - (1)].bit);
1799 struct bitvalue *runp = (yyvsp[(1) - (2)].bit);
1802 runp->next = (yyvsp[(2) - (2)].bit);
1803 (yyval.bit) = (yyvsp[(1) - (2)].bit);
1810 { (yyval.bit) = (yyvsp[(1) - (1)].bit); }
1817 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1818 (yyval.bit)->type = zeroone;
1819 (yyval.bit)->value = 0;
1820 (yyval.bit)->next = NULL;
1828 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1829 (yyval.bit)->type = zeroone;
1830 (yyval.bit)->value = 1;
1831 (yyval.bit)->next = NULL;
1839 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1848 (yyval.bit)->type = failure;
1852 (yyval.bit)->type = field;
1853 (yyval.bit)->field = *res;
1855 (yyval.bit)->next = NULL;
2493 /* Now compute the bit offset of the field. */