|
feisty meow concerns codebase
2.140
|
#include <def.h>

Public Attributes | |
| char * | i_incstring |
| char * | i_file |
| inclist ** | i_list |
| int | i_listlen |
| symtab * | i_defs |
| int | i_ndefs |
| int | i_deflen |
| bool | i_defchecked |
| bool | i_notified |
| bool | i_marked |
| bool | i_searched |
| bool | i_included_sym |
| bool inclist::i_defchecked |
Definition at line 109 of file def.h.
Referenced by fdefined().
| symtab* inclist::i_defs |
Definition at line 106 of file def.h.
Referenced by define2(), slookup(), and undefine().
| char* inclist::i_file |
Definition at line 103 of file def.h.
Referenced by add_include(), deftype(), fdefined(), find_includes(), gobble(), inc_path(), included_by(), isdefined(), newinclude(), pr(), and recursive_pr_include().
| bool inclist::i_included_sym |
Definition at line 113 of file def.h.
Referenced by deftype(), inc_path(), included_by(), and newinclude().
| char* inclist::i_incstring |
Definition at line 102 of file def.h.
Referenced by deftype(), inc_path(), newinclude(), and pr().
| inclist** inclist::i_list |
Definition at line 104 of file def.h.
Referenced by fdefined(), included_by(), pr(), and recursive_pr_include().
| int inclist::i_listlen |
Definition at line 105 of file def.h.
Referenced by included_by(), pr(), and recursive_pr_include().
| bool inclist::i_marked |
Definition at line 111 of file def.h.
Referenced by inc_clean(), and recursive_pr_include().
| int inclist::i_ndefs |
Definition at line 107 of file def.h.
Referenced by define2(), slookup(), and undefine().
| bool inclist::i_searched |
Definition at line 112 of file def.h.
Referenced by add_include().