Home
last modified time | relevance | path

Searched refs:global_functions (Results 1 – 18 of 18) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_function_lists.vim3 " global_functions[] in src/evalfunc.c
7 " contain the same functions and that the global_functions and ":help
18 " Create a file of the functions in evalfunc.c:global_functions[].
22 1,/^static funcentry_T global_functions\[\] =$/d
35 \ "global_functions[] not sorted")
40 " Create a file of the functions in evalfunc.c:global_functions[] that are
45 1,/^static funcentry_T global_functions\[\] =$/d
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/build/
H A Dcheck_injected_script_source.py54 global_functions = "|".join([
66 ….\w+\(|(?<!InjectedScriptHost)\.(" + proto_functions + r")\(|[^\.]\b(" + global_functions + r")\(")
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4Aul.cpp204 std::list<const char*> global_functions; in GetFunctionNames() local
218 global_functions.push_back(key->GetCStr()); in GetFunctionNames()
222 if (!functions.empty() && !global_functions.empty()) functions.push_back(nullptr); // separator in GetFunctionNames()
223 global_functions.sort(sort_alpha); in GetFunctionNames()
224 functions.splice(functions.end(), global_functions); in GetFunctionNames()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dglobal_functions.i1 %module global_functions
H A Dcommon.mk699 global_functions \
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Dglobal_functions_runme.py1 from global_functions import *
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/priv/couch_js/1.8.5/
H A Dmain.c184 static JSFunctionSpec global_functions[] = { variable
262 if(couch_load_funcs(cx, global, global_functions) != JS_TRUE) in main()
/dports/devel/py-llvmcpy/llvmcpy-0.1.5/llvmcpy/
H A Dllvm.py654 global_functions = []
694 if not [1 for x in global_functions if x[1] == name]:
695 global_functions.append((library_name, name, prototype))
783 for library, name, prototype in global_functions:
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/priv/couch_js/68/
H A Dmain.cpp225 static JSFunctionSpec global_functions[] = { variable
289 if(couch_load_funcs(cx, global, global_functions) != true) in main()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/priv/couch_js/60/
H A Dmain.cpp225 static JSFunctionSpec global_functions[] = { variable
292 if(couch_load_funcs(cx, global, global_functions) != true) in main()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/priv/couch_js/86/
H A Dmain.cpp229 static JSFunctionSpec global_functions[] = { variable
293 if(couch_load_funcs(cx, global, global_functions) != true) in main()
/dports/editors/vim/vim-8.2.3745/src/
H A Devalfunc.c1104 static funcentry_T global_functions[] = variable
2338 STRCPY(IObuff, global_functions[intidx].f_name); in get_function_name()
2340 if (global_functions[intidx].f_max_argc == 0) in get_function_name()
2388 cmp = STRCMP(name, global_functions[x].f_name); in find_internal_func_opt()
2426 return global_functions[idx].f_name; in internal_func_name()
2470 *argcount = global_functions[idx].f_max_argc; in internal_func_get_argcount()
2492 return global_functions[idx].f_func == f_map; in internal_func_is_map()
2512 return global_functions[idx].f_argtype; in check_internal_func()
2539 global_functions[i].f_func(argvars, rettv); in call_internal_func()
2570 if (global_functions[fi].f_argtype == 0) in call_internal_method()
[all …]
/dports/devel/p5-Glib-Object-Introspection/Glib-Object-Introspection-0.049/
H A DGObjectIntrospection.xs385 AV *global_functions;
394 global_functions = newAV ();
421 av_push (global_functions, newSVpv (name, 0));
540 newRV_noinc ((SV *) global_functions));
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/python/
H A DREADME111 *global_functions has be renamed to singular_globals_proxy
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/godartsass/internal/embeddedsass/
H A Dembedded_sass.proto127 repeated string global_functions = 7; field
476 // corresponding `CompileRequest.global_functions` call, including hyphens
488 // function signature passed to `CompileRequest.global_functions`. Mandatory.
/dports/math/gap/gap-4.11.0/pkg/AutoDoc-2019.09.04/gap/
H A DAutoDocMainFunction.gi63 "global_functions", "global_variables", "info_classes" ];
H A DParser.gi101 entries := [ "Func", "global_functions" ];
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.020786 * io.c (Init_IO): remove global_functions getc, readchar, ungetc,