ekg2  GIT master
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

§ isalpha_locale()

static int isalpha_locale ( int  x)
inlinestatic

§ ncurses_spellcheck_init()

void ncurses_spellcheck_init ( void  )

§ spellcheck()

void spellcheck ( wchar_t *  what,
char *  where 
)

Dokumentacja zmiennych

§ config_aspell

int config_aspell

§ config_aspell_lang

char* config_aspell_lang

§ spell_checker

AspellSpeller* spell_checker = NULL

§ spell_config

AspellConfig* spell_config = NULL
static