Searched refs:current_namespace (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallegrocl.cxx40 static String *current_namespace = NewString(""); variable
139 String *namespaced_name(Node *n, String *ns = current_namespace) { argument
280 String *ns = listify_namespace(current_namespace);
305 String *name = 0, String *ns = current_namespace) {
621 // current_namespace. Attempt to cull this from the type.
626 add_defined_foreign_type(0, 0, t, t, implicit_ns ? implicit_ns : current_namespace);
763 Setattr(nn,"allegrocl:package",current_namespace);
836 static String *mangle_name(Node *n, char const *prefix = "ACL", String *ns = current_namespace) { argument
955 String *ns = listify_namespace(current_namespace);
1384 String *ns = listify_namespace(current_namespace);
304 add_defined_foreign_type(Node *n, int overwrite = 0, String *k = 0, String *name = 0, String *ns = current_namespace) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c439 struct sym *current_namespace; variable in typeref:struct:sym
648 struct sym *scope = nested_in_class ? nested_in_class : current_namespace;
1169 if (streq (name, al->name) && (al->namesp == current_namespace))
1196 if (streq (new_name, al->name) && (al->namesp == current_namespace))
1202 al->namesp = current_namespace;
1214 struct sym *p = find_namespace (name, current_namespace);
1225 namespace_stack[namespace_sp++] = current_namespace;
1226 current_namespace = p;
1236 current_namespace = namespace_stack[--namespace_sp];
3074 else if ((pcn = check_namespace (id, current_namespace)))
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dnamespace.rb370 def current_namespace method in class:TkNamespace.code
375 alias current current_namespace

Completed in 141 milliseconds