Main Page | Class List | Directories | File List | Class Members | File Members

peep.h File Reference

#include "dynamic_buffer.h"

Go to the source code of this file.

Classes

struct  p_instr_s

Typedefs

typedef p_instr_s p_instr

Functions

void init_bytecode (void)
void exit_bytecode (void)
ptrdiff_t insert_opcode2 (unsigned int f, INT32 a, INT32 b, INT32 current_line, struct pike_string *current_file)
ptrdiff_t insert_opcode1 (unsigned int f, INT32 a, INT32 current_line, struct pike_string *current_file)
ptrdiff_t insert_opcode0 (int f, int current_line, struct pike_string *current_file)
void update_arg (int instr, INT32 arg)
INT32 assemble (int store_linenumbers)

Variables

dynamic_buffer instrbuf


Typedef Documentation

typedef struct p_instr_s p_instr
 


Function Documentation

INT32 assemble int  store_linenumbers  ) 
 

void exit_bytecode void   ) 
 

void init_bytecode void   ) 
 

ptrdiff_t insert_opcode0 int  f,
int  current_line,
struct pike_string current_file
 

ptrdiff_t insert_opcode1 unsigned int  f,
INT32  a,
INT32  current_line,
struct pike_string current_file
 

ptrdiff_t insert_opcode2 unsigned int  f,
INT32  a,
INT32  b,
INT32  current_line,
struct pike_string current_file
 

void update_arg int  instr,
INT32  arg
 


Variable Documentation

dynamic_buffer instrbuf
 


Generated on Fri Jul 22 23:44:30 2005 for Pike by  doxygen 1.3.9.1