#include <def.h>
Public Attributes | |
char * | i_incstring |
char * | i_file |
inclist ** | i_list |
int | i_listlen |
symtab ** | i_defs |
int | i_ndefs |
boolean * | i_merged |
unsigned char | i_flags |
Definition at line 104 of file def.h.
char* inclist::i_incstring |
char* inclist::i_file |
Definition at line 106 of file def.h.
Referenced by add_include(), fdefined(), find_includes(), gobble(), inc_path(), isdefined(), main_orig(), and newinclude().
struct inclist** inclist::i_list |
struct symtab** inclist::i_defs |
int inclist::i_ndefs |
unsigned char inclist::i_flags |
Definition at line 114 of file def.h.
Referenced by add_include(), fdefined(), find_includes(), inc_clean(), and inc_path().