Lines Matching refs:bitvalue
70 struct bitvalue struct
78 struct bitvalue *next; argument
104 struct bitvalue *bytes;
184 static void check_bits (struct bitvalue *value);
185 static int check_duplicates (struct bitvalue *val);
186 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
187 static int check_bitsused (struct bitvalue *bitval,
191 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
222 struct bitvalue *bit;
395 struct bitvalue *runp = $1;
410 struct bitvalue *runp = $1;
422 $$ = xmalloc (sizeof (struct bitvalue));
429 $$ = xmalloc (sizeof (struct bitvalue));
436 $$ = xmalloc (sizeof (struct bitvalue));
594 check_bits (struct bitvalue *val) in check_bits()
596 struct bitvalue *runp = val; in check_bits()
636 check_duplicates (struct bitvalue *val) in check_duplicates()
663 check_argsdef (struct bitvalue *bitval, struct argument *args) in check_argsdef()
675 struct bitvalue *runp = bitval; in check_argsdef()
699 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix, in check_bitsused()
773 fillin_arg (struct bitvalue *bytes, struct argname *name, in fillin_arg()
823 struct bitvalue *b = bytes; in fillin_arg()
1257 struct bitvalue *b = instr->bytes; in instrtable_out()