Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9script.c584 ? (equal_type(imported->imp_type, type, 0) in handle_import()
586 : (equal_type(imported->imp_type, ufunc->uf_func_type, in handle_import()
618 imported->imp_type = type; in handle_import()
623 imported->imp_type = ufunc->uf_func_type; in handle_import()
H A Dstructs.h1821 type_T *imp_type; member
H A Dvim9compile.c3074 generate_PUSHFUNC(cctx, ufunc->uf_name, import->imp_type); in compile_load_scriptvar()
3086 generate_PUSHFUNC(cctx, import->imp_funcname, import->imp_type); in compile_load_scriptvar()
3091 import->imp_type); in compile_load_scriptvar()