| /vim-8.2.3635/src/ |
| H A D | link.sh | 56 …for libname in SM ICE nsl dnet dnet_stub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w per… 59 if grep "l$libname " linkit.sh >/dev/null; then 65 echo "s/-l$libname *//" >link1.sed 69 if test $libname != "m" || grep "lm " linkit.sh >/dev/null; then 70 echo "link.sh: Trying to omit the $libname library..." 75 echo "link.sh: Vim doesn't need the $libname library!" 79 echo "link.sh: Vim DOES need the $libname library."
|
| H A D | if_python3.c | 700 py3_get_system_libname(const char *libname) in py3_get_system_libname() argument 702 const char *cp = libname; in py3_get_system_libname() 745 sysliblen = (cp - installpath) + 1 + STRLEN(libname) + 1; in py3_get_system_libname() 748 (int)(cp - installpath), installpath, libname); in py3_get_system_libname() 759 py3_runtime_link_init(char *libname, int verbose) in py3_runtime_link_init() argument 781 hinstPy3 = load_dll(libname); in py3_runtime_link_init() 787 char *syslibname = py3_get_system_libname(libname); in py3_runtime_link_init() 800 semsg(_(e_loadlib), libname, load_dll_error()); in py3_runtime_link_init()
|
| H A D | if_python.c | 669 python_runtime_link_init(char *libname, int verbose) in python_runtime_link_init() argument 689 hinstPython = load_dll(libname); in python_runtime_link_init() 693 semsg(_(e_loadlib), libname, load_dll_error()); in python_runtime_link_init()
|
| H A D | if_lua.c | 220 void (*dll_luaL_register) (lua_State *L, const char *libname, const luaL_Reg *l); 222 void (*dll_luaL_openlib) (lua_State *L, const char *libname, const luaL_Reg *l, int nup); 447 lua_link_init(char *libname, int verbose) in lua_link_init() argument 451 hinstLua = load_dll(libname); in lua_link_init() 455 semsg(_(e_loadlib), libname, load_dll_error()); in lua_link_init()
|
| H A D | if_ruby.c | 801 ruby_runtime_link_init(char *libname, int verbose) in ruby_runtime_link_init() argument 807 hinstRuby = load_dll(libname); in ruby_runtime_link_init() 811 semsg(_(e_loadlib), libname, load_dll_error()); in ruby_runtime_link_init()
|
| H A D | if_perl.xs | 756 perl_runtime_link_init(char *libname, int verbose) in perl_runtime_link_init() argument 762 if ((hPerlLib = load_dll(libname)) == NULL) in perl_runtime_link_init() 765 semsg(_("E370: Could not load library %s"), libname); in perl_runtime_link_init()
|
| H A D | if_tcl.c | 209 tcl_runtime_link_init(char *libname, int verbose) in tcl_runtime_link_init() argument 215 if (!(hTclLib = load_dll(libname))) in tcl_runtime_link_init() 218 semsg(_(e_loadlib), libname, load_dll_error()); in tcl_runtime_link_init()
|
| H A D | os_mswin.c | 816 char_u *libname, in mch_libcall() argument 833 hinstLib = vimLoadLib((char *)libname); in mch_libcall()
|
| H A D | os_unix.c | 7421 char_u *libname, in mch_libcall() argument 7447 hinstLib = dlopen((char *)libname, RTLD_LAZY in mch_libcall() 7460 hinstLib = shl_load((const char*)libname, BIND_IMMEDIATE|BIND_VERBOSE, 0L); in mch_libcall()
|
| H A D | configure.ac | 3453 for libname in $tlibs; do 3454 AC_CHECK_LIB(${libname}, tgetent,,) 3472 AC_MSG_RESULT($libname library is not usable)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | fpcmake.vim | 40 syn match fpcmakeRule "^\s*\(build\|libname\|libversion\|libunits\)\>"
|
| H A D | sas.vim | 95 …te4 footnote5 footnote6 footnote7 footnote8 footnote9 footnote10 missing libname lock ods options … 101 …th lengthc lengthm lengthn lexcomb lexcombi lexperk lexperm lfact lgamma libname libref log log1px… 173 … foreign from full group having in inner intersect into is join key left libname like modify natur…
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_mswin.pro | 23 int mch_libcall(char_u *libname, char_u *funcname, char_u *argstring, int argint, char_u **string_r…
|
| H A D | os_unix.pro | 76 int mch_libcall(char_u *libname, char_u *funcname, char_u *argstring, int argint, char_u **string_r…
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 11972 for libname in $tlibs; do 11973 as_ac_Lib=`$as_echo "ac_cv_lib_${libname}''_tgetent" | $as_tr_sh` 11974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l${libname}" >&5 11975 $as_echo_n "checking for tgetent in -l${libname}... " >&6; } 11980 LIBS="-l${libname} $LIBS" 12013 #define `$as_echo "HAVE_LIB${libname}" | $as_tr_cpp` 1 12016 LIBS="-l${libname} $LIBS" 12048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libname library is not usable" >&5 12049 $as_echo "$libname library is not usable" >&6; }
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 7264 libcall({libname}, {funcname}, {argument}) 7265 Call function {funcname} in the run-time library {libname} 7299 For Win32 systems, {libname} should be the filename of the DLL 7314 libcallnr({libname}, {funcname}, {argument})
|
| H A D | todo.txt | 4638 :libload internal-name libname
|