Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_mzsch.c661 Thunk_Info *thunk = NULL; in mzscheme_runtime_link_init() local
682 for (thunk = mzsch_imports; thunk->name; thunk++) in mzscheme_runtime_link_init()
684 if ((*thunk->ptr = in mzscheme_runtime_link_init()
685 (void *)GetProcAddress(hMzSch, thunk->name)) == NULL) in mzscheme_runtime_link_init()
692 semsg(_(e_loadfunc), thunk->name); in mzscheme_runtime_link_init()
696 for (thunk = mzgc_imports; thunk->name; thunk++) in mzscheme_runtime_link_init()
698 if ((*thunk->ptr = in mzscheme_runtime_link_init()
699 (void *)GetProcAddress(hMzGC, thunk->name)) == NULL) in mzscheme_runtime_link_init()
706 semsg(_(e_loadfunc), thunk->name); in mzscheme_runtime_link_init()
/vim-8.2.3635/runtime/syntax/
H A Dsil.vim91 syn keyword swiftKeyword sil internal thunk skipwhite
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim904 \ , "-ffun-to-thunk"
905 \ , "-fno-fun-to-thunk"