Functions | |
| void | codespace_addcode (codespace_t *codespace, struct dstatement_s *code, int size) |
| codespace_t * | codespace_new (void) |
| void | def_to_ddef (def_t *def, ddef_t *ddef, int aux) |
| Initialize a vm def from a qfcc def. More... | |
| void | encode_type (struct dstring_s *str, const type_t *type) |
| expr_t * | error (expr_t *e, const char *fmt,...) |
| int | function_parms (function_t *f, byte *parm_size) |
| string_t | ReuseString (const char *str) |
| expr_t * | warning (expr_t *e, const char *fmt,...) |
Variables | |
| pr_lineno_t * | linenos |
| int | num_linenos |
| options_t | options |
| pr_info_t | pr |
| void codespace_addcode | ( | codespace_t * | codespace, |
| struct dstatement_s * | code, | ||
| int | size | ||
| ) |
| codespace_t* codespace_new | ( | void | ) |
| pr_lineno_t* linenos |
| int num_linenos |