IFsimulator * ft_sim
Definition: main.c:111
|
Jspice3
|
#include "spice.h"#include "ftedefs.h"#include "ftehelp.h"#include "hlpdefs.h"#include "scedio.h"
Go to the source code of this file.
Macros | |
| #define | SHORTHELPMSG "For a complete description of %s read the %s manual.\n" |
| #define | AHELPMESG1 "For a complete description of %s read the %s manual.\n\There are short introductions to both Spice 3 and Nutmeg available, in\n\addition to the SPICE User's Guide and the manual pages. If you don't\n" |
| #define | AHELPMESG2 "have these documents ask your system manager for them. Below is a short\n\list of useful commands -- for a list of all commands type \"help all\",\n\and for a short description of \"command\", type \"help command\".\n" |
Functions | |
| static int | hcomp () |
| static void | byemesg () |
| void | com_help (wordlist *wl) |
| void | com_ahelp (wordlist *wl) |
| void | com_ghelp (wordlist *wl) |
| static int | hcomp (struct comm **c1, struct comm **c2) |
| void | com_quit (wordlist *wl) |
| void | com_bug (wordlist *wl) |
| void | com_version (wordlist *wl) |
| #define AHELPMESG1 "For a complete description of %s read the %s manual.\n\There are short introductions to both Spice 3 and Nutmeg available, in\n\addition to the SPICE User's Guide and the manual pages. If you don't\n" |
Definition at line 26 of file misccoms.c.
| #define AHELPMESG2 "have these documents ask your system manager for them. Below is a short\n\list of useful commands -- for a list of all commands type \"help all\",\n\and for a short description of \"command\", type \"help command\".\n" |
Definition at line 31 of file misccoms.c.
Definition at line 22 of file misccoms.c.
|
static |
Definition at line 404 of file misccoms.c.
| void com_ahelp | ( | wordlist * | wl | ) |
Definition at line 124 of file misccoms.c.
| void com_bug | ( | wordlist * | wl | ) |
Definition at line 344 of file misccoms.c.
| void com_ghelp | ( | wordlist * | wl | ) |
Definition at line 205 of file misccoms.c.
| void com_help | ( | wordlist * | wl | ) |
Definition at line 38 of file misccoms.c.
| void com_quit | ( | wordlist * | wl | ) |
Definition at line 241 of file misccoms.c.
| void com_version | ( | wordlist * | wl | ) |
Definition at line 375 of file misccoms.c.
|
static |
Definition at line 231 of file misccoms.c.