#include "spice.h"
#include "ftedefs.h"
#include "scedio.h"
Go to the source code of this file.
Definition at line 17 of file arg.c.
Definition at line 91 of file arg.c.
Definition at line 73 of file arg.c.
78 common(
"which vector", wl, command);
Definition at line 64 of file arg.c.
Definition at line 55 of file arg.c.
60 common(
"which variable", wl, command);
Definition at line 46 of file arg.c.
51 common(
"which variable", wl, command);
Definition at line 82 of file arg.c.
87 common(
"which variable", wl, command);
static void common |
( |
char * |
string, |
|
|
struct wordlist * |
wl, |
|
|
struct comm * |
command |
|
) |
| |
|
static |
Definition at line 100 of file arg.c.
static char buf[MAXPROMPT]
wordlist * outmenuprompt(char *string)
Definition at line 30 of file arg.c.
38 for (w = wl; w; w = w->
wl_next) {
struct wordlist * wl_next
wordlist* outmenuprompt |
( |
char * |
string | ) |
|
Definition at line 121 of file arg.c.
125 char buf[100], buf1[100];
128 sprintf(buf1,
"%s: ",
string);
131 if ((c = strchr(buf,
'\n')) !=
NULL)
static char buf[MAXPROMPT]
char * SCEDfgets(char *s, int n, FILE *fp, char *prompt)
Definition at line 18 of file arg.c.