__directive__ define
The define directive as specified by the C standard.
Definition directives.c:33
__directive__ gather
Gather token lists into a macro.
Definition directives.c:441
__directive__ error
The error directive as specified by the C standard.
Definition directives.c:56
__directive__ end
Definition directives.c:561
__directive__ embed_resource
Embed the data source file but without expanding the token list of the directive.
Definition directives.c:172
__directive__ endif
The endif directive as specified by the C standard.
Definition directives.c:52
__directive__ include_source
Include the source file but without expanding the token list of the directive.
Definition directives.c:235
__directive__ xbind
Definition directives.c:616
__directive__ environment
Find an environment variable through the C library call getenv and define a macro of the same name.
Definition directives.c:333
__directive__ ifdef
Definition directives.c:108
__directive__ expand
Expand the remaining tokens on the line and re-interpret the result as a directive.
Definition directives.c:211
__directive__ elif
The elif directive as specified by the C standard.
Definition directives.c:37
__directive__ always
Always expand the code up to the next #end or #endif.
Definition directives.c:151
__directive__ once
Only expand the code up to the next #end, #endif or the end of the header once.
Definition directives.c:277
__directive__ warning
The warning directive as specified by the C standard.
Definition directives.c:79
__directive__ line
The line directive as specified by the C standard.
Definition directives.c:71
__directive__ embed
The embed directive as specified by the C standard plus extension.
Definition directives.c:48
__directive__ xdefine
Definition directives.c:623
__directive__ never
Never expand the code up to the next #end or #endif.
Definition directives.c:255
__directive__ bind
A local equivalent to #define.
Definition directives.c:162
__directive__ move
Delete the contents of target and move the contents of source into it.
Definition directives.c:455
__directive__ xembed_resource
Definition directives.c:630
__directive__ ifndef
Definition directives.c:115
__directive__ include
The include directive as specified by the C standard plus extensions.
Definition directives.c:67
__directive__ xlinenumber
Definition directives.c:644
__directive__ include_directives
Execute only the directives in the given header file.
Definition directives.c:225
__directive__ unit
Define the name of the current unit.
Definition directives.c:609
__directive__ scatter
Scatter comma-separated parts of a token list into other macros.
Definition directives.c:546
__directive__ undef
The undef directive as specified by the C standard.
Definition directives.c:75
__directive__ elifndef
Definition directives.c:101
__directive__ linenumber
As the #line directive but without expanding the rest of the line.
Definition directives.c:242
__directive__ elifdef
Definition directives.c:94
__directive__ xinclude_source
Definition directives.c:637
#define defined
A place holder for the defined preprocessor test as required by the C standard.
Definition ellipsis-builtins.dirs:29
#define __UNIT__
A pseudo-macro that resolves to the name associated with the current translation unit,...
Definition ellipsis-predefined.dirs:112
#define KEYWORD_ADD_ID(X,...)
Definition ellipsis-special.h:398