Go to the source code of this file.
Typedefs | |
| typedef struct code_block_s | code_block_t |
| typedef struct code_block_list_s | code_block_list_t |
| typedef struct lang_c_ctx_s | lang_c_ctx_t |
Functions | |
| TAILQ_HEAD (code_block_list_s, code_block_s) | |
| int | translate_opaque_to_c (io_t *in, io_t *out, trans_info_t *ti) |
| int | translate_script_to_c (io_t *in, io_t *out, trans_info_t *ti) |
| typedef struct code_block_list_s code_block_list_t |
| typedef struct code_block_s code_block_t |
| typedef struct lang_c_ctx_s lang_c_ctx_t |
| TAILQ_HEAD | ( | code_block_list_s | , | |
| code_block_s | ||||
| ) |
| int translate_opaque_to_c | ( | io_t * | in, | |
| io_t * | out, | |||
| trans_info_t * | ti | |||
| ) |
| int translate_script_to_c | ( | io_t * | in, | |
| io_t * | out, | |||
| trans_info_t * | ti | |||
| ) |