
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START char * | Cmd_FlagReadByName (Abc_Frame_t *pAbc, char *flag) |
| DECLARATIONS ///. | |
| void | Cmd_FlagUpdateValue (Abc_Frame_t *pAbc, const char *key, char *value) |
| void | Cmd_FlagDeleteByName (Abc_Frame_t *pAbc, const char *key) |
| void Cmd_FlagDeleteByName | ( | Abc_Frame_t * | pAbc, |
| const char * | key ) |
Function********************************************************************
Synopsis [Deletes a set value by calling instead of unset command.]
Description [Deletes a set value by calling instead of unset command.]
SideEffects []
Definition at line 90 of file cmdFlag.c.

| ABC_NAMESPACE_IMPL_START char * Cmd_FlagReadByName | ( | Abc_Frame_t * | pAbc, |
| char * | flag ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cmdFlag.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures working with flags.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function********************************************************************
Synopsis [Looks up value of flag in table of named values.]
Description [The command parser maintains a table of named values. These are manipulated using the 'set' and 'unset' commands. The value of the named flag is returned, or NULL is returned if the flag has not been set.]
SideEffects []
Definition at line 47 of file cmdFlag.c.


| void Cmd_FlagUpdateValue | ( | Abc_Frame_t * | pAbc, |
| const char * | key, | ||
| char * | value ) |
Function********************************************************************
Synopsis [Updates a set value by calling instead of set command.]
Description [Updates a set value by calling instead of set command.]
SideEffects []
Definition at line 65 of file cmdFlag.c.

