

Go to the source code of this file.
Classes | |
| struct | MvCommand |
| INCLUDES ///. More... | |
| struct | MvAlias |
Functions | |
| void | CmdCommandAliasAdd (Abc_Frame_t *pAbc, char *sName, int argc, char **argv) |
| MACRO DEFINITIONS ///. | |
| void | CmdCommandAliasPrint (Abc_Frame_t *pAbc, Abc_Alias *pAlias) |
| char * | CmdCommandAliasLookup (Abc_Frame_t *pAbc, char *sCommand) |
| void | CmdCommandAliasFree (Abc_Alias *p) |
| int | CmdCommandDispatch (Abc_Frame_t *pAbc, int *argc, char ***argv) |
| const char * | CmdSplitLine (Abc_Frame_t *pAbc, const char *sCommand, int *argc, char ***argv) |
| int | CmdApplyAlias (Abc_Frame_t *pAbc, int *argc, char ***argv, int *loop) |
| char * | CmdHistorySubstitution (Abc_Frame_t *pAbc, char *line, int *changed) |
| FILE * | CmdFileOpen (Abc_Frame_t *pAbc, char *sFileName, char *sMode, char **pFileNameReal, int silent) |
| void | CmdFreeArgv (int argc, char **argv) |
| char ** | CmdAddToArgv (int argc, char **argv) |
| void | CmdCommandFree (Abc_Command *pCommand) |
| void | CmdCommandPrint (Abc_Frame_t *pAbc, int fPrintAll, int fDetails) |
| void | CmdPrintTable (st__table *tTable, int fAliases) |
|
extern |
Function*************************************************************
Synopsis [Frees the previously allocated argv array.]
Description []
SideEffects []
SeeAlso []
Definition at line 516 of file cmdUtils.c.


|
extern |
Function*************************************************************
Synopsis [Replaces parts of the command line string by aliases if given.]
Description []
SideEffects []
SeeAlso []
Definition at line 271 of file cmdUtils.c.


|
extern |
MACRO DEFINITIONS ///.
FUNCTION DEFINITIONS ///
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [cmdAlias.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures dealing with aliases in the command package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file cmdAlias.c.

|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file cmdAlias.c.


|
extern |
Function********************************************************************
Synopsis [required]
Description [optional]
SideEffects [required]
SeeAlso [optional]
Definition at line 92 of file cmdAlias.c.

|
extern |
Function********************************************************************
Synopsis [required]
Description [optional]
SideEffects [required]
SeeAlso [optional]
Definition at line 72 of file cmdAlias.c.

|
extern |
Function*************************************************************
Synopsis [Executes one command.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 of file cmdUtils.c.


|
extern |
Function*************************************************************
Synopsis [Frees the previously allocated command.]
Description []
SideEffects []
SeeAlso []
Definition at line 539 of file cmdUtils.c.

|
extern |
Function*************************************************************
Synopsis [Prints commands alphabetically by group.]
Description []
SideEffects []
SeeAlso []
Definition at line 558 of file cmdUtils.c.

|
extern |
Function*************************************************************
Synopsis [Opens the file with path (now, disabled).]
Description []
SideEffects []
SeeAlso []
Definition at line 412 of file cmdUtils.c.

|
extern |
Function*************************************************************
Synopsis [Frees the previously allocated argv array.]
Description []
SideEffects []
SeeAlso []
Definition at line 489 of file cmdUtils.c.

|
extern |
Function*************************************************************
Synopsis [Performs history substitution (now, disabled).]
Description []
SideEffects []
SeeAlso []
Definition at line 394 of file cmdUtils.c.

|
extern |
Function*************************************************************
Synopsis [Comparision function used for sorting commands.]
Description []
SideEffects []
SeeAlso []
Definition at line 726 of file cmdUtils.c.

|
extern |
Function*************************************************************
Synopsis [Splits the command line string into individual commands.]
Description []
SideEffects []
SeeAlso []
Definition at line 185 of file cmdUtils.c.
