YetAnotherCoupler 3.5.2
|
Go to the source code of this file.
Enumerations | |
enum | { YAC_LOCATION_COUNT } |
Functions | |
enum yac_location | yac_str2loc (char const *location_str) |
char const * | yac_loc2str (enum yac_location location) |
enum yac_location | yac_get_location (int const location) |
Variables | |
struct yac_name_type_pair | yac_location_name_type_pair [] |
anonymous enum |
Enumerator | |
---|---|
YAC_LOCATION_COUNT |
Definition at line 17 of file location.c.
enum yac_location yac_get_location | ( | int const | location | ) |
char const * yac_loc2str | ( | enum yac_location | location | ) |
Definition at line 32 of file location.c.
enum yac_location yac_str2loc | ( | char const * | location_str | ) |
Definition at line 21 of file location.c.
struct yac_name_type_pair yac_location_name_type_pair[] |
Definition at line 12 of file location.c.