|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|

Go to the source code of this file.
Classes | |
| struct | octave_kw |
| class | octave_kw_hash |
Macros | |
| #define | MAX_HASH_VALUE 68 |
| #define | MAX_WORD_LENGTH 22 |
| #define | MIN_HASH_VALUE 2 |
| #define | MIN_WORD_LENGTH 2 |
| #define | TOTAL_KEYWORDS 44 |
Variables | |
| static const signed char | gperf_lookup [] |
| static const struct octave_kw | wordlist [] |
| #define MAX_HASH_VALUE 68 |
Definition at line 113 of file oct-gperf.h.
| #define MAX_WORD_LENGTH 22 |
Definition at line 111 of file oct-gperf.h.
| #define MIN_HASH_VALUE 2 |
Definition at line 112 of file oct-gperf.h.
| #define MIN_WORD_LENGTH 2 |
Definition at line 110 of file oct-gperf.h.
Referenced by octave_kw_hash::in_word_set().
| #define TOTAL_KEYWORDS 44 |
Definition at line 109 of file oct-gperf.h.
Referenced by Fiskeyword().
| enum octave_kw_id |
Definition at line 59 of file oct-gperf.h.
|
static |
Definition at line 265 of file oct-gperf.h.
Referenced by octave_kw_hash::in_word_set().
|
static |
Definition at line 173 of file oct-gperf.h.
Referenced by Fiskeyword().
1.8.8