#include <../../nmodlconf.h>
#include "modl.h"
#include "parse1.hpp"
#include "extdef.h"
#include "extdef2.h"
#include "extdef5.h"
Go to the source code of this file.
|
| List * | firstlist |
| |
| List * | syminorder |
| |
| Symbol * | semi |
| |
| Symbol * | beginblk |
| |
| Symbol * | endblk |
| |
| List * | intoken |
| |
| char | buf [NRN_BUFSIZE] |
| |
| struct { |
| char * name |
| |
| short kval |
| |
| } | keywords [] |
| |
| struct { |
| char * name |
| |
| short subtype |
| |
| Symbol ** p |
| |
| } | special [] = {";", SEMI, &semi, "{", BEGINBLK, &beginblk, "}", ENDBLK, &endblk, 0, 0, 0} |
| |
| struct { |
| char * name |
| |
| long subtype |
| |
| short varstep |
| |
| } | methods [] |
| |
| static char * | extdef [] |
| |
| static char * | extdef2 [] |
| |
| static char * | extdef3 [] |
| |
| static char * | extdef4 [] |
| |
| static char * | extdef5 [] |
| |
| List * | constructorfunc |
| |
| List * | destructorfunc |
| |
◆ init()
◆ beginblk
◆ constructorfunc
◆ destructorfunc
◆ endblk
◆ extdef
Initial value:
Definition at line 280 of file init.cpp.
◆ extdef2
Initial value:
Definition at line 285 of file init.cpp.
◆ extdef3
Initial value:= {
"threshold",
"squarewave",
"sawtooth",
"revsawtooth",
"ramp",
"pulse",
"perpulse",
"step",
"perstep",
"stepforce",
"schedule",
0}
Definition at line 290 of file init.cpp.
◆ extdef4
Initial value:
Definition at line 305 of file init.cpp.
◆ extdef5
Initial value:
Definition at line 309 of file init.cpp.
| struct { ... } keywords[] |
◆ kval
◆ name
◆ subtype
◆ syminorder
◆ varstep