piprint.h File Reference
Include dependency graph for piprint.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | sexpr_print_mode { SEXPR_PRINT_DEFAULT, SEXPR_PRINT_VERBOSE } |
Functions | |
void | print_sexpr_mode (cell *c, unsigned char mode) |
void | print_sexpr (cell *c) |
void | print_sexpr_to_file (cell *c, FILE *f) |
void | print_token (int tok) |
void | print_cell_block (cell_block *block) |
void | print_cell (cell *cell) |
void | print_cell_space (cell_space *cs) |
void | print_free_cells (cell_space *cs) |
void | print_global_env (cell *env) |
void | pi_message (char *) |
void | print_stack () |