Searched refs:int_val (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c93 new_entry->int_val = int_def;
126 return findsym( (char *) ccltxt, ccltab, CCL_HASH_SIZE )->int_val;
263 return findsym( str, sctbl, START_COND_HASH_SIZE )->int_val;
H A Dflexdef.h329 int int_val; member in struct:hash_entry
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dparser-defs.h109 int int_val; member in union:type_stack_elt
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1722 int32_t int_val)
1730 if (enums != NULL && (string = enum_string_lookup(enums, int_val))
1734 fprintf(stdout, "%d", int_val);
1721 snmp_output_int(struct snmp_toolinfo *snmptoolctx, struct enum_pairs *enums, int32_t int_val) argument
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4934 add_AT_int (dw_die_ref die, enum dwarf_attribute attr_kind, HOST_WIDE_INT int_val)
4940 attr.dw_attr_val.v.val_int = int_val;
4927 add_AT_int(dw_die_ref die, enum dwarf_attribute attr_kind, HOST_WIDE_INT int_val) argument

Completed in 94 milliseconds