i3
|
Public Types | |
enum | { STACK_STR = 0, STACK_LONG = 1 } |
Data Fields | |
const char * | identifier |
char * | str |
enum stack_entry:: { ... } | type |
union { | |
char * str | |
long num | |
} | val |
Definition at line 73 of file commands_parser.c.
anonymous enum |
Enumerator | |
---|---|
STACK_STR | |
STACK_LONG |
Definition at line 76 of file config_parser.c.
const char * stack_entry::identifier |
Definition at line 75 of file commands_parser.c.
Referenced by clear_stack(), push_long(), and push_string().
long stack_entry::num |
Definition at line 82 of file config_parser.c.
Referenced by clear_stack(), get_long(), and push_long().
char* stack_entry::str |
Definition at line 76 of file commands_parser.c.
Referenced by clear_stack(), get_string(), and push_string().
enum { ... } stack_entry::type |
Referenced by clear_stack(), push_long(), and push_string().
union { ... } stack_entry::val |
Referenced by clear_stack(), get_long(), get_string(), push_long(), and push_string().