Home
last modified time | relevance | path

Searched refs:global_scope (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.h41 *global_scope;
45 return scope == file_scope || scope == global_scope; in toplevel()
H A Dscope.c41 *global_scope = &builtin_scope; // externally visible variable
H A Dctags.c223 examine_symbol_list(global_scope->symbols); in main()
H A Dc2xml.c325 examine_symbol_list(file, global_scope->symbols); in main()
H A Dsymbol.c645 scope = global_scope; in bind_symbol()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c585 static boolean_t global_scope = B_TRUE; variable
642 if (global_scope) { in CPL_MATCH_FN()
1598 global_scope ? gettext("resource") : gettext("global")); in scope_usage()
2173 if (global_scope || force_exit) { in exit_func()
2338 global_scope = B_TRUE; in add_resource()
2589 if (global_scope) { in add_func()
2597 global_scope = B_FALSE; in add_func()
3693 if (global_scope) { in remove_func()
3881 if (global_scope) { in clear_func()
3907 if (global_scope) { in select_func()
[all …]