geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Public Attributes | |
void * | key |
void * | value |
hentry * | next |
struct sHashEntry * | next |
const char * | string |
langType | language |
int | value |
langType sHashEntry::language |
Definition at line 30 of file keyword.c.
Referenced by addKeyword(), addKeywordGroup(), hashValue(), lookupCaseKeyword(), lookupKeyword(), lookupKeywordFull(), and newEntry().
hentry* sHashEntry::next |
Definition at line 38 of file htable.c.
Referenced by addKeyword(), and freeKeywordTable().
struct sHashEntry* sHashEntry::next |
const char* sHashEntry::string |
Definition at line 29 of file keyword.c.
Referenced by newEntry().
void* sHashEntry::value |
Definition at line 37 of file htable.c.
Referenced by addKeyword(), and newEntry().