#include <dirent.h>
#include <getopt.h>
#include <stdio.h>
#include <sys/stat.h>
#include <fstream>
#include <YCP.h>
#include <ycp/YCode.h>
#include <ycp/Parser.h>
#include <ycp/YBlock.h>
#include <ycp/Bytecode.h>
#include <ycp/y2log.h>
#include <ycp/pathsearch.h>
#include <y2/Y2Component.h>
#include <y2/Y2ComponentCreator.h>
#include <UI.h>
#include <scr/SCR.h>
#include <WFM.h>
#include "config.h"
Classes | |
class | TestY2Component |
class | TestY2CC |
Functions | |
int | processfile (const char *infname, char *outfname) |
int | recurse (const char *path) |
void | print_help (const char *name) |
void | print_version () |
int | main (int argc, char *argv[]) |
Variables | |
TestY2Component | TestComponent |
TestY2CC | cc |
int | SymbolTableDebug |
Parser * | parser = 0 |
char * | outname = 0 |
int | quiet = 0 |
int | recursive = 0 |
int | parse = 0 |
int | print = 0 |
int | compile = 0 |
int | run = 0 |
|
main() function |
|
Display help text |
|
Display version |
|
Process one file |
|
Recurse through directories |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|