Lines Matching refs:bitvalue
69 struct bitvalue struct
77 struct bitvalue *next; argument
103 struct bitvalue *bytes;
183 static void check_bits (struct bitvalue *value);
184 static int check_duplicates (struct bitvalue *val);
185 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
186 static int check_bitsused (struct bitvalue *bitval,
190 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
221 struct bitvalue *bit;
394 struct bitvalue *runp = $1;
409 struct bitvalue *runp = $1;
421 $$ = xmalloc (sizeof (struct bitvalue));
428 $$ = xmalloc (sizeof (struct bitvalue));
435 $$ = 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()