Home
last modified time | relevance | path

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

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Denv.c195 flags= flags ? 0 : UDM_SPELL_NOPREFIX; in UdmEnvPrepare()
H A Dspell.c574 if((prefixes)&&(flags & UDM_SPELL_NOPREFIX)) continue; in UdmAffixListLoad()
982 int flags= UDM_SPELL_NOPREFIX; in main()
1083 int flags= UDM_SPELL_NOPREFIX, rc= UDM_OK; in udm_parser_init()
H A Dmain.c1163 int spflags= UDM_SPELL_NOPREFIX; in UdmIndDumpSpell()
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_common.h1239 #define UDM_SPELL_NOPREFIX 1 macro
/dports/www/mnogosearch/mnogosearch-3.4.1/php/
H A Dphp_mnogo.c869 flags= flags ? 0 : UDM_SPELL_NOPREFIX; in PHP_FUNCTION()