Home
last modified time | relevance | path

Searched refs:_xdict_open_txt (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/scws/scws-1.2.3/libscws/
H A Dxdict.c112 static xdict_t _xdict_open_txt(const char *fpath, int mode, unsigned char *ml) in _xdict_open_txt() function
295 xx = (mode & SCWS_XDICT_TXT ? _xdict_open_txt(fpath, mode, ml) : xdict_open(fpath, mode)); in xdict_add()