Go to the source code of this file.
Typedefs | |
| typedef void(* | on_endsub_ptr) (uint32_t o_label, bool success) |
Functions | |
| void | ngc_flowctrl_init (void) |
| void | ngc_flowctrl_unwind_stack (vfs_file_t *file) |
| bool | ngc_flowctrl_on_endsub_callback (uint32_t o_label, on_endsub_ptr callback) |
| status_code_t | ngc_flowctrl (uint32_t o_label, line_number_t line_number, char *line, uint_fast8_t *pos, bool *skip) |
| typedef void(* on_endsub_ptr) (uint32_t o_label, bool success) |
| status_code_t ngc_flowctrl | ( | uint32_t | o_label, |
| line_number_t | line_number, | ||
| char * | line, | ||
| uint_fast8_t * | pos, | ||
| bool * | skip | ||
| ) |
| void ngc_flowctrl_init | ( | void | ) |
| bool ngc_flowctrl_on_endsub_callback | ( | uint32_t | o_label, |
| on_endsub_ptr | callback | ||
| ) |
| void ngc_flowctrl_unwind_stack | ( | vfs_file_t * | file | ) |