Searched +defs:comments +defs:tmp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | lex.c | 58 unsigned int comments; member 70 char *tmp; in grow_data() local 152 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { in isc_lex_setcomments()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | lex.c | 60 unsigned int comments; global() member 72 char *tmp; grow_data() local 154 isc_lex_setcomments(isc_lex_t * lex,unsigned int comments) isc_lex_setcomments() argument [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.c | 245 unsigned char *s, *params, *buffer, *buf_param, *char_one = NULL, *tmp; in dump_ada_macros() local 789 cpp_comment_table *comments; in dump_ada_nodes() local 1556 tree tmp = TREE_TYPE (t); in check_name() local 1816 tree tmp = node; in dump_ada_array_type() local 2525 tree decl, tmp; in dump_nested_type() local 3244 for (tree tmp = TYPE_FIELDS (node); tmp; tmp = TREE_CHAIN (tmp)) in dump_ada_structure() local 3351 for (tree tmp = TYPE_FIELDS (node); tmp; tmp = TREE_CHAIN (tmp)) in dump_ada_structure() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.cc | 245 unsigned char *s, *params, *buffer, *buf_param, *char_one = NULL, *tmp; in dump_ada_macros() local 789 cpp_comment_table *comments; in dump_ada_nodes() local 1554 tree tmp = TREE_TYPE (t); in check_type_name_conflict() local 1820 tree tmp = node; in dump_ada_array_type() local 2582 tree decl, tmp; in dump_nested_type() local 3306 for (tree tmp = TYPE_FIELDS (node); tmp; tmp = TREE_CHAIN (tmp)) in dump_ada_structure() local 3419 for (tree tmp = TYPE_FIELDS (node); tmp; tmp = TREE_CHAIN (tmp)) in dump_ada_structure() local
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | parse.c | 3628 struct element *rhs, *tmp; in parse_expression() local 4843 struct comments *comments; in parse_config_statement() local 5672 uint32_t tmp = htonl(val); in putULong() local 5679 int32_t tmp = htonl(val); in putLong() local 5686 uint16_t tmp = htons(val); in putUShort() local 5693 int16_t tmp = htons(val); in putShort() local
|
H A D | confparse.c | 1599 struct element *tmp = NULL; in parse_class_declaration() local 4749 struct comments comments; in generate_class() local
|