Home
last modified time | relevance | path

Searched refs:tdef (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/bsnmp/gensnmpdef/
HDgensnmpdef.c57 struct tdef { struct
59 SLIST_ENTRY(tdef) link; argument
62 static SLIST_HEAD(, tdef) tdefs = SLIST_HEAD_INITIALIZER(tdefs);
399 struct tdef *t; in save_typdef()
400 t = malloc(sizeof(struct tdef)); in save_typdef()
405 memset(t, 0 , sizeof(struct tdef)); in save_typdef()
413 struct tdef *t; in tdefs_cleanup()
436 struct tdef *t = NULL; in print_stype()
/NextBSD/contrib/binutils/binutils/
HDwindmc.c399 char *tdef = NULL; in write_header_define() local
414 tdef = convert_unicode_to_ACP (typecast); in write_header_define()
418 (tdef ? "(" : ""), (tdef ? tdef : ""), (tdef ? ")" : ""), in write_header_define()
422 (tdef ? "(" : ""), (tdef ? tdef : ""), (tdef ? ")" : ""), in write_header_define()
/NextBSD/usr.bin/xlint/lint1/
HDemit1.c188 outtt(sym_t *tag, sym_t *tdef) in outtt() argument
197 } else if (tdef != NULL) { in outtt()
199 outname(tdef->s_name); in outtt()
/NextBSD/contrib/gcc/cp/
HDname-lookup.c4887 tree tdef; in pushtag() local
4915 tdef = create_implicit_typedef (name, type); in pushtag()
4916 DECL_CONTEXT (tdef) = FROB_CONTEXT (context); in pushtag()
4922 retrofit_lang_decl (tdef); in pushtag()
4923 DECL_ANTICIPATED (tdef) = 1; in pushtag()
4924 DECL_FRIEND_P (tdef) = 1; in pushtag()
4933 set_identifier_type_value_with_scope (name, tdef, b); in pushtag()
/NextBSD/contrib/binutils/bfd/
HDelflink.c997 bfd_boolean ntdef, tdef; in _bfd_elf_merge_symbol() local
1007 tdef = olddef; in _bfd_elf_merge_symbol()
1016 tdef = newdef; in _bfd_elf_merge_symbol()
1019 if (tdef && ntdef) in _bfd_elf_merge_symbol()
1023 else if (!tdef && !ntdef) in _bfd_elf_merge_symbol()
1027 else if (tdef) in _bfd_elf_merge_symbol()