ekg2  GIT master
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
Funkcje | Zmienne
Dokumentacja pliku spell.c
#include "ekg2.h"
#include "nc-stuff.h"
#include "spell.h"
Wykres zależności załączania dla spell.c:

Funkcje

void ncurses_spellcheck_init (void)
 
static int isalpha_locale (int x)
 
void spellcheck (wchar_t *what, char *where)
 

Zmienne

int config_aspell
 
char * config_aspell_lang
 
AspellSpeller * spell_checker = NULL
 
static AspellConfig * spell_config = NULL
 

Dokumentacja funkcji

static int isalpha_locale ( int  x)
inlinestatic
void ncurses_spellcheck_init ( void  )
void spellcheck ( wchar_t *  what,
char *  where 
)

Dokumentacja zmiennych

int config_aspell
char* config_aspell_lang
AspellSpeller* spell_checker = NULL
AspellConfig* spell_config = NULL
static