Searched defs:global (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Denv.h42 int global; member in struct:grub_env_var
/osnet-11/usr/src/lib/rad/libjniutil/common/
H A Dlibjniutil.c62 * If 'global' is true, a global reference to the class is obtained.
65 load_class(JNIEnv *env, classdef_t *def, boolean_t global) argument
76 if (global) {
/osnet-11/usr/src/lib/libdll/common/
H A Ddlfcn.c342 static Dll_t global = { DL_MAGIC }; variable
382 dll = &global;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dgv.c711 bool global = FALSE; local
719 global = TRUE;
721 global = TRUE;
723 global = TRUE;
727 global = TRUE;
730 global = TRUE;
732 if (global)
H A Dpp_hot.c1228 I32 global; local
1278 if ((global = dynpm->op_pmflags & PMf_GLOBAL)) {
1294 if ((!global && rx->nparens)
1306 if (global && rx->startp[0] != -1) {
1347 if (global && !nparens)
1368 if (global) {
1397 if (global) {
1428 if (global) {
1460 if (global && !(dynpm->op_pmflags & PMf_CONTINUE)) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c882 get_curr_config_unlocked(ns_config_t *cfg, boolean_t global) argument
890 * allow access to per connection management (non-global)
894 if (cfg->delete && global == B_TRUE)
904 * set_curr_config_global sets the current global config to the
932 * global current config will be set.
958 /* else set the global current config */
981 * __s_api_init_config function destroys the previous global configuration
982 * sets the new global configuration and then releases it
994 * may be the global one or the per connection management one.
1029 * __s_api_get_default_config_global returns the current global confi
1456 loadrefresh_config(boolean_t global) argument
[all...]

Completed in 45 milliseconds