#include "spice.h"
#include "inpdefs.h"
#include "iferrmsg.h"
#include "misc.h"
Go to the source code of this file.
|
static int | hash () |
|
INPtables * | INPtabInit (int numlines) |
|
int | INPtermInsert (GENERIC *ckt, char **token, INPtables *tab, GENERIC **node) |
|
int | INPmkTerm (GENERIC *ckt, char **token, INPtables *tab, GENERIC **node) |
|
int | INPgndInsert (GENERIC *ckt, char **token, INPtables *tab, GENERIC **node) |
|
int | INPinsert (char **token, INPtables *tab) |
|
void | INPtabEnd (INPtables *tab) |
|
static int | hash (char *name, int tsize) |
|
static int hash |
( |
char * |
name, |
|
|
int |
tsize |
|
) |
| |
|
static |
Definition at line 225 of file inpsymt.c.
233 for (s = name; *s; s++)
Definition at line 127 of file inpsymt.c.
141 if (!strcmp(*token, t->
t_ent)) {
struct INPnTab ** INPtermsymtab
int INPinsert |
( |
char ** |
token, |
|
|
INPtables * |
tab |
|
) |
| |
Definition at line 167 of file inpsymt.c.
178 if (!strcmp(*token, t->
t_ent)) {
struct INPtab ** INPsymtab
Definition at line 92 of file inpsymt.c.
105 if (!strcmp(*token, t->
t_ent)) {
struct INPnTab ** INPtermsymtab
Definition at line 196 of file inpsymt.c.
205 for (i = 0; i < tab->
INPsize; i++)
struct INPnTab ** INPtermsymtab
struct INPtab ** INPsymtab
Definition at line 28 of file inpsymt.c.
40 tab->
INPsize = numlines / 4 + 1;
struct INPnTab ** INPtermsymtab
struct INPtab ** INPsymtab
Definition at line 50 of file inpsymt.c.
64 if (!strcmp(*token, t->
t_ent)) {
struct INPnTab ** INPtermsymtab