remake
4.3+dbg-1.5
|
Miscellaneous types. More...
Go to the source code of this file.
Macros | |
#define | UNUSED_ARGUMENT(x) (void)x |
#define | false 0 |
#define | true 1 |
#define | bool uint8_t |
#define | CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) |
Typedefs | |
typedef unsigned int | brkpt_mask_t |
typedef unsigned long int | lineno_t |
typedef struct child | child_t |
typedef struct commands | commands_t |
typedef struct dep | dep_t |
typedef struct file | file_t |
typedef struct goaldep | goaldep_t |
typedef struct nameseq | nameseq_t |
typedef struct pattern_var | pattern_var_t |
typedef struct pspec | pspec_t |
typedef struct rule | rule_t |
typedef struct stringlist | stringlist_t |
typedef struct variable | variable_t |
typedef enum variable_origin | variable_origin_t |
typedef struct variable_set | variable_set_t |
typedef struct variable_set_list | variable_set_list_t |
Enumerations | |
enum | breakpoint_mask_t { BRK_NONE = 0x00, BRK_BEFORE_PREREQ = 0x01, BRK_AFTER_PREREQ = 0x02, BRK_AFTER_CMD = 0x04, BRK_ALL = (BRK_BEFORE_PREREQ|BRK_AFTER_PREREQ|BRK_AFTER_CMD), BRK_TEMP = 0x08 } |
Miscellaneous types.
#define bool uint8_t |
#define CALLOC | ( | t, | |
n | |||
) | ((t *) calloc (sizeof (t), (n))) |
#define false 0 |
#define true 1 |
#define UNUSED_ARGUMENT | ( | x | ) | (void)x |
typedef unsigned int brkpt_mask_t |
typedef struct commands commands_t |
typedef unsigned long int lineno_t |
typedef struct pattern_var pattern_var_t |
typedef struct stringlist stringlist_t |
typedef enum variable_origin variable_origin_t |
typedef struct variable_set_list variable_set_list_t |
typedef struct variable_set variable_set_t |
typedef struct variable variable_t |
enum breakpoint_mask_t |