#include <ctype.h>
#include <stddef.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned char | ellipsis‿token‿what‿base |
typedef enum ellipsis‿token‿what | ellipsis‿token‿what |
Enumerations | |
enum | : size_t { ellipsis‿token‿what‿max_intern = 3 } |
enum | ellipsis‿token‿what : ellipsis‿token‿what‿base { ellipsis‿token‿what‿else , ellipsis‿token‿what‿callback , ellipsis‿token‿what‿binary } |
An enumeration type ellipsis‿token‿what with the underlying integer type ellipsis‿token‿what‿base . More... | |
Functions | |
char const * | ellipsis‿token‿what‿getname (size_t __LOC_ID_0_1) |
Return the name of the enumeration constant of type ellipsis‿token‿what at position n , if any. | |
Variables | |
char const *const *const | ellipsis‿token‿what‿names |
An array with the names of the constants of type ellipsis‿token‿what . | |
static char const *const | ellipsis‿token‿what‿namesbuf_intern [ellipsis‿token‿what‿max_intern] |
An auxiliary enumeration type that distinguishes tokens that have binary data or link to a callback.
typedef unsigned char ellipsis‿token‿what‿base |
typedef enum ellipsis‿token‿what ellipsis‿token‿what |
|
inline |
Return the name of the enumeration constant of type ellipsis‿token‿what
at position n
, if any.
Beware that this is not necessarily the value of the enumeration constant.
References ellipsis‿token‿what‿max_intern, and ellipsis‿token‿what‿names.
Referenced by ellipsis‿token‿what‿_Once‿init‿user().
|
extern |
An array with the names of the constants of type ellipsis‿token‿what
.
Referenced by ellipsis‿token‿what‿getname().
|
static |