Public Attributes | |
struct ac_cvar_s * | next |
int | num_values |
char ** | values |
ac_opcode_t | op |
char * | def |
char * | name |
char* ac_cvar_s::def |
Definition at line 84 of file ac.c.
Referenced by AC_ParseCvar().
char * ac_cvar_s::name |
Definition at line 84 of file ac.c.
Referenced by AC_ParseCvar().
struct ac_cvar_s* ac_cvar_s::next |
Definition at line 80 of file ac.c.
Referenced by AC_FreeChecks(), and AC_ParseCvar().
int ac_cvar_s::num_values |
Definition at line 81 of file ac.c.
Referenced by AC_ParseCvar().
ac_opcode_t ac_cvar_s::op |
Definition at line 83 of file ac.c.
Referenced by AC_ParseCvar().
char** ac_cvar_s::values |
Definition at line 82 of file ac.c.
Referenced by AC_ParseCvar().