src/frontend/commands.c, cleanup
This commit is contained in:
parent
d07b76610b
commit
9531318d8f
|
|
@ -238,22 +238,20 @@ struct comm spcp_coms[] = {
|
|||
arg_print,
|
||||
"[col] expr ... : Print vector values." } ,
|
||||
#ifdef XSPICE
|
||||
/* gtri - begin - wbk - add event print command */
|
||||
{ "eprint", EVTprint, FALSE, TRUE,
|
||||
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
|
||||
NULL,
|
||||
"node node ... : Print event values." } ,
|
||||
/* gtri - end - wbk - add event print command */
|
||||
{ "codemodel", com_codemodel, FALSE, TRUE,
|
||||
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
|
||||
NULL,
|
||||
"library library ... : Loads the opus librarys." } ,
|
||||
"library library ... : Loads the code model libraries." } ,
|
||||
#endif
|
||||
#ifdef DEVLIB
|
||||
{ "use", com_use, FALSE, TRUE,
|
||||
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
|
||||
NULL,
|
||||
"library library ... : Loads the device librarys." } ,
|
||||
"library library ... : Loads the device libraries." } ,
|
||||
#endif
|
||||
{ "load", com_load, FALSE, TRUE,
|
||||
{ 1, 1, 1, 1 }, E_BEGINNING | E_NOPLOTS, 1, LOTS,
|
||||
|
|
|
|||
Loading…
Reference in New Issue