feisty meow concerns codebase  2.140
inclist Struct Reference

#include <def.h>

Collaboration diagram for inclist:

Public Attributes

char * i_incstring
 
char * i_file
 
inclist ** i_list
 
int i_listlen
 
symtabi_defs
 
int i_ndefs
 
int i_deflen
 
bool i_defchecked
 
bool i_notified
 
bool i_marked
 
bool i_searched
 
bool i_included_sym
 

Detailed Description

Definition at line 101 of file def.h.

Member Data Documentation

◆ i_defchecked

bool inclist::i_defchecked

Definition at line 109 of file def.h.

Referenced by fdefined().

◆ i_deflen

int inclist::i_deflen

Definition at line 108 of file def.h.

Referenced by define2().

◆ i_defs

symtab* inclist::i_defs

Definition at line 106 of file def.h.

Referenced by define2(), slookup(), and undefine().

◆ i_file

char* inclist::i_file

◆ i_included_sym

bool inclist::i_included_sym

Definition at line 113 of file def.h.

Referenced by deftype(), inc_path(), included_by(), and newinclude().

◆ i_incstring

char* inclist::i_incstring

Definition at line 102 of file def.h.

Referenced by deftype(), inc_path(), newinclude(), and pr().

◆ i_list

inclist** inclist::i_list

Definition at line 104 of file def.h.

Referenced by fdefined(), included_by(), pr(), and recursive_pr_include().

◆ i_listlen

int inclist::i_listlen

Definition at line 105 of file def.h.

Referenced by included_by(), pr(), and recursive_pr_include().

◆ i_marked

bool inclist::i_marked

Definition at line 111 of file def.h.

Referenced by inc_clean(), and recursive_pr_include().

◆ i_ndefs

int inclist::i_ndefs

Definition at line 107 of file def.h.

Referenced by define2(), slookup(), and undefine().

◆ i_notified

bool inclist::i_notified

Definition at line 110 of file def.h.

Referenced by pr().

◆ i_searched

bool inclist::i_searched

Definition at line 112 of file def.h.

Referenced by add_include().


The documentation for this struct was generated from the following file: