abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START char * | Cmd_FlagReadByName (Abc_Frame_t *pAbc, char *flag) |
DECLARATIONS ///. More... | |
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 | ||
) |
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 | ||
) |