#include <nftables.h>
Data Fields | |
const struct input_descriptor * | indesc |
union { | |
struct { | |
off_t token_offset | |
off_t line_offset | |
unsigned int first_line | |
unsigned int last_line | |
unsigned int first_column | |
unsigned int last_column | |
} | |
struct { | |
void * nle | |
} | |
}; | |
union { ... } |
unsigned int location::first_column |
Referenced by erec_print().
unsigned int location::first_line |
Referenced by erec_print().
const struct input_descriptor* location::indesc |
Referenced by erec_print().
unsigned int location::last_column |
Referenced by erec_print().
unsigned int location::last_line |
off_t location::line_offset |
Referenced by erec_print().
void* location::nle |
Referenced by erec_print().
off_t location::token_offset |