|
Kestrel Interface
|
#include "kest_int.h"Go to the source code of this file.
Macros | |
| #define | PRINTLINES_ALLOWED 0 |
Functions | |
| int | kest_cxt_clone_state (kest_context *cxt, kest_state *state) |
| void | kest_state_representation_update (void *representer, void *representee) |
| int | kest_cxt_restore_state (kest_context *cxt, kest_state *state) |
| int | kest_cxt_enter_previous_current_page (kest_context *cxt, kest_state *state) |
| #define PRINTLINES_ALLOWED 0 |
Definition at line 4 of file kest_state.c.
| int kest_cxt_clone_state | ( | kest_context * | cxt, |
| kest_state * | state ) |
Definition at line 13 of file kest_state.c.
Referenced by kest_state_representation_update().
| int kest_cxt_enter_previous_current_page | ( | kest_context * | cxt, |
| kest_state * | state ) |
Definition at line 120 of file kest_state.c.
Referenced by app_main().
| int kest_cxt_restore_state | ( | kest_context * | cxt, |
| kest_state * | state ) |
Definition at line 94 of file kest_state.c.
Referenced by app_main(), and main_task().
| void kest_state_representation_update | ( | void * | representer, |
| void * | representee ) |
Definition at line 65 of file kest_state.c.
Referenced by kest_init_context().