Home About Applications Software License Documentation Download Community



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

combine.c File Reference

Keystone source file. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "keycc.h"
#include "combine.h"

Functions

void COMBINE_new (TCombine *this)
void COMBINE_delete (TCombine *this)
void COMBINE_include_clear (TCombine *this)
void COMBINE_include_add (TCombine *this, const char *include_path)
void COMBINE_used_add (TCombine *this, const char *name)
bool COMBINE_used (TCombine *this, const char *name)
bool COMBINE_file_find (TCombine *this, char *name)
bool COMBINE_file_open (TCombine *this, const char *name)
bool COMBINE_file_close (TCombine *this)
bool COMBINE_process_line (TCombine *this)
void COMBINE_process (TCombine *this, ECCompiler ccompiler, const char *infile, const char *outfile)


Detailed Description

Keystone source file.

Keystone Alpha Release

by Jacob Lister - 2004.

contact j_lister@paradise.net.nz


Function Documentation

void COMBINE_delete TCombine this  ) 
 

bool COMBINE_file_close TCombine this  ) 
 

bool COMBINE_file_find TCombine this,
char *  name
 

bool COMBINE_file_open TCombine this,
const char *  name
 

void COMBINE_include_add TCombine this,
const char *  include_path
 

void COMBINE_include_clear TCombine this  ) 
 

void COMBINE_new TCombine this  ) 
 

void COMBINE_process TCombine this,
ECCompiler  ccompiler,
const char *  infile,
const char *  outfile
 

bool COMBINE_process_line TCombine this  ) 
 

bool COMBINE_used TCombine this,
const char *  name
 

void COMBINE_used_add TCombine this,
const char *  name
 


Generated on Sat Feb 26 15:54:37 2005 for Keystone by  doxygen 1.4.1