Home
last modified time | relevance | path

Searched refs:Abc_CommandSuperChoice (Results 1 – 1 of 1) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A Dabc.c276 static int Abc_CommandSuperChoice ( Abc_Frame_t * pAbc, int argc, char ** argv );
991 Cmd_CommandAdd( pAbc, "SC mapping", "superc", Abc_CommandSuperChoice, 1 ); in Abc_Init()
18024 int Abc_CommandSuperChoice( Abc_Frame_t * pAbc, int argc, char ** argv ) in Abc_CommandSuperChoice() function