![]() |
NEURON
|
Go to the source code of this file.
Macros | |
| #define | CABLESECTION 1 |
| #define | STAR 01 |
| #define | SUFF '.' |
| #define | TILDE '~' |
| #define | EREGEXP 24 |
| #define | error(enum) hoc_execerror("search string format error", pattern) |
| #define | CBRA 1 |
| #define | CCHR 2 |
| #define | CDOT 4 |
| #define | CCL 6 |
| #define | NCCL 8 |
| #define | CDOL 10 |
| #define | CEOF 11 |
| #define | CKET 12 |
| #define | INTRANGE 14 |
| #define | NBRA 5 |
| #define | ESIZE 256 |
| #define | eof '\0' |
Functions | |
| static int | advance (char *lp, char *ep) |
| static int | hoc_cclass (char *set, char c, int af) |
| void | hoc_regexp_compile (const char *pat) |
| int | hoc_regexp_search (const char *tar) |
Variables | |
| static char | expbuf [ESIZE+4] |
| static char * | pattern = "" |
| static char * | loc1 |
| static char * | loc2 |
| static char * | locs |
| static char * | braslist [NBRA] |
| static char * | braelist [NBRA] |
| static int | circfl |
| static int | int_range_start [NBRA] |
| static int | int_range_stop [NBRA] |
| #define CABLESECTION 1 |
Definition at line 54 of file regexp.cpp.
| #define CBRA 1 |
Definition at line 67 of file regexp.cpp.
| #define CCHR 2 |
Definition at line 68 of file regexp.cpp.
| #define CCL 6 |
Definition at line 70 of file regexp.cpp.
| #define CDOL 10 |
Definition at line 72 of file regexp.cpp.
| #define CDOT 4 |
Definition at line 69 of file regexp.cpp.
| #define CEOF 11 |
Definition at line 73 of file regexp.cpp.
| #define CKET 12 |
Definition at line 74 of file regexp.cpp.
| #define eof '\0' |
Definition at line 80 of file regexp.cpp.
| #define EREGEXP 24 |
Definition at line 65 of file regexp.cpp.
| #define error | ( | enum | ) | hoc_execerror("search string format error", pattern) |
Definition at line 66 of file regexp.cpp.
| #define ESIZE 256 |
Definition at line 79 of file regexp.cpp.
| #define INTRANGE 14 |
Definition at line 76 of file regexp.cpp.
| #define NBRA 5 |
Definition at line 78 of file regexp.cpp.
| #define NCCL 8 |
Definition at line 71 of file regexp.cpp.
| #define STAR 01 |
Definition at line 61 of file regexp.cpp.
| #define SUFF '.' |
Definition at line 62 of file regexp.cpp.
| #define TILDE '~' |
Definition at line 63 of file regexp.cpp.
|
static |
Definition at line 355 of file regexp.cpp.
Definition at line 458 of file regexp.cpp.
|
static |
Definition at line 87 of file regexp.cpp.
|
static |
Definition at line 86 of file regexp.cpp.
|
static |
Definition at line 88 of file regexp.cpp.
|
static |
Definition at line 81 of file regexp.cpp.
Definition at line 90 of file regexp.cpp.
Definition at line 91 of file regexp.cpp.
|
static |
Definition at line 83 of file regexp.cpp.
|
static |
Definition at line 84 of file regexp.cpp.
|
static |
Definition at line 85 of file regexp.cpp.
|
static |
Definition at line 82 of file regexp.cpp.