#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mdpCassandra.h"
#include "parse_hash.h"
Go to the source code of this file.
Functions | |
void | H_create () |
void | H_destroy () |
int | H_enter (char *str, Mnemonic_Type type) |
int | H_lookup (char *str, Mnemonic_Type type) |
int | H_match (char *str, Mnemonic_Type type, Node node) |
int | H_string (char *str) |
Variables | |
Node * | Hash_Table |
void H_create | ( | ) |
Definition at line 35 of file parse_hash.c.
void H_destroy | ( | ) |
Definition at line 43 of file parse_hash.c.
int H_enter | ( | char * | str, |
Mnemonic_Type | type | ||
) |
Definition at line 97 of file parse_hash.c.
int H_lookup | ( | char * | str, |
Mnemonic_Type | type | ||
) |
Definition at line 154 of file parse_hash.c.
int H_match | ( | char * | str, |
Mnemonic_Type | type, | ||
Node | node | ||
) |
Definition at line 82 of file parse_hash.c.
int H_string | ( | char * | str | ) |
Definition at line 58 of file parse_hash.c.
Definition at line 32 of file parse_hash.c.