eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-what.c File Reference
#include "ellipsis-what.h"
#include <stdlib.h>
#include <threads.h>
#include "utils/ellipsis-error.h"
#include <string.h>
Include dependency graph for ellipsis-what.c:

Functions

static void ellipsis‿token‿what‿_Once‿init‿callback (void)
 
static void ellipsis‿token‿what‿_Once‿init‿user (void)
 Startup code for enumeration type ellipsis‿token‿what.
 
void ellipsis‿token‿what‿_Once‿init (void)
 

Variables

static void(*const ellipsis‿token‿what‿_Once‿at_quick_exit‿pointer )(void)
 
static void(*const ellipsis‿token‿what‿_Once‿atexit‿pointer )(void)
 
char const *const *const ellipsis‿token‿what‿names = ellipsis‿token‿what‿namesbuf_intern
 An array with the names of the constants of type ellipsis‿token‿what.
 

Detailed Description

Warning
This is a file generated by eĿlipsis version 20250309, do not modify

Function Documentation

◆ ellipsis‿token‿what‿_Once‿init‿callback()

static void ellipsis‿token‿what‿_Once‿init‿callback ( void  )
static

◆ ellipsis‿token‿what‿_Once‿init‿user()

static void ellipsis‿token‿what‿_Once‿init‿user ( void  )
static

Startup code for enumeration type ellipsis‿token‿what.

Only run if the dependency on ellipsis‿token‿what is explicitly requested.

References ellipsis‿error‿dump, ellipsis‿token‿what‿getname(), ellipsis‿token‿what‿max_intern, and ELLIPSIS_WARNING.

Referenced by ellipsis‿token‿what‿_Once‿init‿callback().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿token‿what‿_Once‿init()

void ellipsis‿token‿what‿_Once‿init ( void  )

References ellipsis‿token‿what‿_Once‿init‿callback().

Here is the call graph for this function:

Variable Documentation

◆ ellipsis‿token‿what‿_Once‿at_quick_exit‿pointer

void(*const ellipsis‿token‿what‿_Once‿at_quick_exit‿pointer) (void) ( void  )
static

◆ ellipsis‿token‿what‿_Once‿atexit‿pointer

void(*const ellipsis‿token‿what‿_Once‿atexit‿pointer) (void) ( void  )
static

◆ ellipsis‿token‿what‿names

char const* const* const ellipsis‿token‿what‿names = ellipsis‿token‿what‿namesbuf_intern

An array with the names of the constants of type ellipsis‿token‿what.

Referenced by ellipsis‿token‿what‿getname().