abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | CmdCommandAliasAdd (Abc_Frame_t *pAbc, char *sName, int argc, char **argv) |
DECLARATIONS ///. More... | |
void | CmdCommandAliasPrint (Abc_Frame_t *pAbc, Abc_Alias *pAlias) |
char * | CmdCommandAliasLookup (Abc_Frame_t *pAbc, char *sCommand) |
void | CmdCommandAliasFree (Abc_Alias *pAlias) |
ABC_NAMESPACE_IMPL_START void CmdCommandAliasAdd | ( | Abc_Frame_t * | pAbc, |
char * | sName, | ||
int | argc, | ||
char ** | argv | ||
) |
DECLARATIONS ///.
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.
void CmdCommandAliasFree | ( | Abc_Alias * | pAlias | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file cmdAlias.c.
char* CmdCommandAliasLookup | ( | Abc_Frame_t * | pAbc, |
char * | sCommand | ||
) |
Function********************************************************************
Synopsis [required]
Description [optional]
SideEffects [required]
SeeAlso [optional]
Definition at line 92 of file cmdAlias.c.
void CmdCommandAliasPrint | ( | Abc_Frame_t * | pAbc, |
Abc_Alias * | pAlias | ||
) |
Function********************************************************************
Synopsis [required]
Description [optional]
SideEffects [required]
SeeAlso [optional]
Definition at line 72 of file cmdAlias.c.