Home
last modified time | relevance | path

Searched refs:MIN_WORD_LENGTH (Results 1 – 25 of 1428) sorted by last modified time

12345678910>>...58

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.cpp25254 const int MIN_WORD_LENGTH = 2; in HtmlEntityLookup() local
25258 if ( len<=MAX_WORD_LENGTH && len>=MIN_WORD_LENGTH ) in HtmlEntityLookup()
/dports/news/inn/inn-2.6.4/innd/
H A Dkeywords.c41 #define MIN_WORD_LENGTH 3 /* 1- and 2-char words don't count. */ macro
179 if ((word_length < MIN_WORD_LENGTH) || in KEYgenerate()
/dports/news/inn-current/inn-2.7-20211226/innd/
H A Dkeywords.c39 # define MIN_WORD_LENGTH 3 /* 1- and 2-char words don't count. */ macro
198 if ((word_length < MIN_WORD_LENGTH) in KEYgenerate()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dcfns.h140 MIN_WORD_LENGTH = 3, in libc_name_p() enumerator
350 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in libc_name_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dcfns.h140 MIN_WORD_LENGTH = 3, in libc_name_p() enumerator
350 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in libc_name_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dcfns.h140 MIN_WORD_LENGTH = 3, in libc_name_p() enumerator
350 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in libc_name_p()
/dports/converters/libiconv/libiconv-1.16/lib/
H A Daliases.h36 #define MIN_WORD_LENGTH 2 macro
1715 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in aliases_lookup()
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/prebuilt/
H A Dlexer-keywords.cc162 MIN_WORD_LENGTH = 2, in InWordSet() enumerator
1843 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in InWordSet()
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/java/org/brotli/dec/
H A DDecode.java82 static final int MIN_WORD_LENGTH = 4; field in Decode
926 if (s.copyLength >= MIN_WORD_LENGTH in decompress()
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-compiler/core/
H A Dlex.def41 #define MIN_WORD_LENGTH 2
197 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dlex.def41 #define MIN_WORD_LENGTH 2
197 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Diana_cctld.h91 MIN_WORD_LENGTH = 2, in in_cctld_set() enumerator
491 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_cctld_set()
H A Diana_tld.h83 MIN_WORD_LENGTH = 2, in in_tld_set() enumerator
705 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { in in_tld_set()
/dports/security/clamav/clamav-0.104.2/libclamav/jsparse/generated/
H A Dkeywords.h89 MIN_WORD_LENGTH = 2, in in_word_set() enumerator
181 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_word_set()
H A Doperators.h92 MIN_WORD_LENGTH = 1, in in_op_set() enumerator
173 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_op_set()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Diana_cctld.h91 MIN_WORD_LENGTH = 2, in in_cctld_set() enumerator
491 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_cctld_set()
H A Diana_tld.h83 MIN_WORD_LENGTH = 2, in in_tld_set() enumerator
705 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { in in_tld_set()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/jsparse/generated/
H A Dkeywords.h89 MIN_WORD_LENGTH = 2, in in_word_set() enumerator
181 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_word_set()
H A Doperators.h92 MIN_WORD_LENGTH = 1, in in_op_set() enumerator
173 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_op_set()
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Detags.c2642 MIN_WORD_LENGTH = 2, in in_word_set() enumerator
2687 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_word_set()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/
H A DETAGS.good_1403 MIN_WORD_LENGTH 2326,73046
H A DETAGS.good_2451 MIN_WORD_LENGTH 2326,73046
H A DETAGS.good_5525 MIN_WORD_LENGTH 2326,73046
H A DETAGS.good_3455 MIN_WORD_LENGTH 2326,73046
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Detags.c2326 MIN_WORD_LENGTH = 2, in in_word_set() enumerator
2370 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) in in_word_set()

12345678910>>...58