FORM v5.0.0-35-g6318119
Data Fields
KEYWORD Struct Reference

#include <structs.h>

Data Fields

char * name
 
TFUN func
 
int type
 
int flags
 

Detailed Description

The KEYWORD struct defines names of commands/statements and the routine to be called when they are encountered by the compiler or preprocessor.

Definition at line 218 of file structs.h.

Field Documentation

◆ name

char* name

Definition at line 219 of file structs.h.

◆ func

TFUN func

Definition at line 220 of file structs.h.

◆ type

int type

Definition at line 221 of file structs.h.

◆ flags

int flags

Definition at line 222 of file structs.h.


The documentation for this struct was generated from the following file: