#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "potion.h"
#include "internal.h"
#include "opcodes.h"
#include "khash.h"
#include "table.h"
Go to the source code of this file.
Value:
void potion_p(Potion *P, PN x)
Definition at line 66 of file potion.c.
Value:
void potion_p(Potion *P, PN x)
Definition at line 70 of file potion.c.
static void potion_cmd_usage |
( |
Potion * |
P | ) |
|
|
static |
static void potion_cmd_stats |
( |
Potion * |
P | ) |
|
|
static |
static void potion_cmd_version |
( |
Potion * |
P | ) |
|
|
static |
static PN potion_cmd_exec |
( |
Potion * |
P, |
|
|
PN |
buf, |
|
|
char * |
filename, |
|
|
char * |
compile, |
|
|
char * |
addcode |
|
) |
| |
|
static |
char* addmodule |
( |
Potion * |
P, |
|
|
char * |
result, |
|
|
char * |
prefix, |
|
|
char * |
name |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
const char potion_banner[] |
Initial value:
Definition at line 20 of file potion.c.