Searched defs:def_dec_info_struct (Results 1 – 2 of 2) sorted by relevance
339 struct def_dec_info_struct { struct340 const def_dec_info * next_in_file; /* -> to rest of chain for file */341 file_info * file; /* -> file_info for containing file */342 int line; /* source line number of def/dec */343 const char * ansi_decl; /* -> left end of ansi decl */344 hash_table_entry * hash_entry; /* -> hash entry for function name */345 unsigned int is_func_def; /* = 0 means this is a declaration */346 const def_dec_info * next_for_func; /* -> to rest of chain for func name */347 unsigned int f_list_count; /* count of formals lists we expect */348 char prototyped; /* = 0 means already prototyped */[all …]
331 struct def_dec_info_struct { struct332 const def_dec_info * next_in_file; /* -> to rest of chain for file */333 file_info * file; /* -> file_info for containing file */334 int line; /* source line number of def/dec */335 const char * ansi_decl; /* -> left end of ansi decl */336 hash_table_entry * hash_entry; /* -> hash entry for function name */337 unsigned int is_func_def; /* = 0 means this is a declaration */338 const def_dec_info * next_for_func; /* -> to rest of chain for func name */339 unsigned int f_list_count; /* count of formals lists we expect */340 char prototyped; /* = 0 means already prototyped */[all …]