Public Attributes | |
| FILE * | file |
| char * | name |
| int | line |
| struct filestack_t * | parent |
Definition at line 46 of file lirc_client.c.
| FILE* filestack_t::file |
Definition at line 47 of file lirc_client.c.
Referenced by lirc_readconfig_only_internal(), and stack_push().
| char* filestack_t::name |
Definition at line 48 of file lirc_client.c.
Referenced by lirc_readconfig_only_internal(), stack_pop(), and stack_push().
Definition at line 49 of file lirc_client.c.
Referenced by lirc_readconfig_only_internal(), and stack_push().
| struct filestack_t* filestack_t::parent |
Definition at line 50 of file lirc_client.c.
Referenced by stack_pop(), and stack_push().
1.6.3