NEURON
passn.cpp File Reference
#include <../../nrnconf.h>
#include "model.h"
#include "parse1.hpp"

Go to the source code of this file.

Macros

#define DEBUG   0
 

Functions

int yylex ()
 
void parsepass (int n)
 
void parse_restart (Item *q, int i)
 
int next_intoken (Item **pitem)
 
Itemnext_parstok (Item *intok)
 
Itemprev_parstok (Item *intok)
 

Variables

static int debugtoken = 0
 
Itemlex_tok
 
int parse_pass = 0
 
int restart_pass = 0
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG   0

Definition at line 9 of file passn.cpp.

Function Documentation

◆ next_intoken()

int next_intoken ( Item **  pitem)

Definition at line 41 of file passn.cpp.

◆ next_parstok()

Item* next_parstok ( Item intok)

Definition at line 56 of file passn.cpp.

◆ parse_restart()

void parse_restart ( Item q,
int  i 
)

Definition at line 29 of file passn.cpp.

◆ parsepass()

void parsepass ( int  n)

Definition at line 21 of file passn.cpp.

◆ prev_parstok()

Item* prev_parstok ( Item intok)

Definition at line 77 of file passn.cpp.

◆ yylex()

int yylex ( )

Definition at line 251 of file hoc.cpp.

Variable Documentation

◆ debugtoken

int debugtoken = 0
static

Definition at line 13 of file passn.cpp.

◆ lex_tok

Item* lex_tok

Definition at line 16 of file passn.cpp.

◆ parse_pass

int parse_pass = 0

Definition at line 17 of file passn.cpp.

◆ restart_pass

int restart_pass = 0

Definition at line 18 of file passn.cpp.