![]() |
GNU Octave
3.8.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 73 |
| #define | MAX_WORD_LENGTH 22 |
| #define | MIN_HASH_VALUE 2 |
| #define | MIN_WORD_LENGTH 2 |
| #define | TOTAL_KEYWORDS 45 |
Variables | |
| static const signed char | gperf_lookup [] |
| static struct octave_kw | wordlist [] |
| #define MAX_HASH_VALUE 73 |
Definition at line 114 of file oct-gperf.h.
| #define MAX_WORD_LENGTH 22 |
Definition at line 112 of file oct-gperf.h.
| #define MIN_HASH_VALUE 2 |
Definition at line 113 of file oct-gperf.h.
| #define MIN_WORD_LENGTH 2 |
Definition at line 111 of file oct-gperf.h.
Referenced by octave_kw_hash::in_word_set().
| #define TOTAL_KEYWORDS 45 |
Definition at line 110 of file oct-gperf.h.
Referenced by DEFUN().
| enum octave_kw_id |
Definition at line 59 of file oct-gperf.h.
|
static |
Definition at line 268 of file oct-gperf.h.
Referenced by octave_kw_hash::in_word_set().
|
static |
Definition at line 174 of file oct-gperf.h.
Referenced by DEFUN().
1.8.1.2