Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/extmod/
H A Dmoduzlib.c79 mp_int_t dict_opt = 0; in decompio_make_new() local
82 dict_opt = mp_obj_get_int(args[1]); in decompio_make_new()
85 if (dict_opt >= 16) { in decompio_make_new()
90 dict_sz = 1 << (dict_opt - 16); in decompio_make_new()
91 } else if (dict_opt >= 0) { in decompio_make_new()
92 dict_opt = uzlib_zlib_parse_header(&o->decomp); in decompio_make_new()
93 if (dict_opt < 0) { in decompio_make_new()
97 dict_sz = 1 << dict_opt; in decompio_make_new()
99 dict_sz = 1 << -dict_opt; in decompio_make_new()
/dports/textproc/openfts/Search-OpenFTS-0.40/
H A DOpenFTS.pm115 $self->_get_lexems( $w->{type}, $w->{word}, $opt->{dict_opt} );
274 my $lexems = $self->_get_lexems( $type, $word, $opt{dict_opt} );
315 my $lexems = $self->_get_lexems( $type, $word, $opt{dict_opt} );
438 my $lexems = $self->_get_lexems( $type, $word, $opt{dict_opt} );
487 my $lexems = $self->_get_lexems( $type, $word, $opt{dict_opt} );
H A DChanges108 �������� ���� dict_opt �Search::FTS::get_sql
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dinsexpand.pro20 int has_compl_option(int dict_opt);
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c297 has_compl_option(int dict_opt) in has_compl_option() argument
299 if (dict_opt ? (*curbuf->b_p_dict == NUL && *p_dict == NUL in has_compl_option()
312 msg_attr(dict_opt ? _("'dictionary' option is empty") in has_compl_option()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2070 static bool check_compl_option(bool dict_opt) in check_compl_option() argument
2072 if (dict_opt in check_compl_option()
2078 msg_attr((dict_opt in check_compl_option()