| abc-master
    | 
Go to the source code of this file.
| Functions | |
| ABC_NAMESPACE_IMPL_START int | Cmd_CommandIsDefined (Abc_Frame_t *pAbc, const char *sName) | 
| DECLARATIONS ///.  More... | |
| void | Cmd_CommandAdd (Abc_Frame_t *pAbc, const char *sGroup, const char *sName, Cmd_CommandFuncType pFunc, int fChanges) | 
| int | Cmd_CommandExecute (Abc_Frame_t *pAbc, const char *sCommand) | 
| void Cmd_CommandAdd | ( | Abc_Frame_t * | pAbc, | 
| const char * | sGroup, | ||
| const char * | sName, | ||
| Cmd_CommandFuncType | pFunc, | ||
| int | fChanges | ||
| ) | 
| int Cmd_CommandExecute | ( | Abc_Frame_t * | pAbc, | 
| const char * | sCommand | ||
| ) | 
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file cmdApi.c.
| ABC_NAMESPACE_IMPL_START int Cmd_CommandIsDefined | ( | Abc_Frame_t * | pAbc, | 
| const char * | sName | ||
| ) | 
DECLARATIONS ///.
CFile****************************************************************
FileName [cmdApi.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [External procedures of 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 47 of file cmdApi.c.