#include <unistd.h>#include <dirent.h>#include "base/abc/abc.h"#include "base/main/mainInt.h"#include "cmdInt.h"#include "misc/util/utilSignal.h"
Go to the source code of this file.
Functions | |
| int | Cmd_CommandAbcLoadPlugIn (Abc_Frame_t *pAbc, int argc, char **argv) |
| void | Cmd_Init (Abc_Frame_t *pAbc) |
| FUNCTION DEFINITIONS ///. | |
| void | Cmd_End (Abc_Frame_t *pAbc) |
| Vec_Ptr_t * | CmdReturnFileNames (char *pDirStr) |
| void | Gia_ManGnuplotShow (char *pPlotFileName) |
|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 631 of file cmdPlugin.c.


| void Cmd_End | ( | Abc_Frame_t * | pAbc | ) |
Function********************************************************************
Synopsis [Ends the command package.]
Description [Ends the command package. Tables are freed.]
SideEffects []
SeeAlso []
Definition at line 139 of file cmd.c.


| void Cmd_Init | ( | Abc_Frame_t * | pAbc | ) |
FUNCTION DEFINITIONS ///.
MACRO DEFINITIONS ///.
Function********************************************************************
Synopsis [Initializes the command package.]
SideEffects [Commands are added to the command table.]
SeeAlso [Cmd_End]
Definition at line 85 of file cmd.c.


| Vec_Ptr_t * CmdReturnFileNames | ( | char * | pDirStr | ) |
Definition at line 1908 of file cmd.c.

| void Gia_ManGnuplotShow | ( | char * | pPlotFileName | ) |
Function*************************************************************
Synopsis [Computes dimentions of the graph.]
Description []
SideEffects []
SeeAlso []
Definition at line 2368 of file cmd.c.

