Lines Matching refs:scope
260 * PARAMETERS: scope_info - Current scope info block
319 /* Get the prefix scope. A null scope means use the root scope */
321 if ((!scope_info) || (!scope_info->scope.node)) {
323 "Null scope prefix, using root node (%p)\n",
328 prefix_node = scope_info->scope.node;
339 * This node might not be a actual "scope" node (such as a
341 * node. Backup up the tree to find the containing scope node.
372 * Check for scope prefixes:
375 * optional scope prefix followed by a name segment part.
377 * If present, the scope prefix is either a Root Prefix (in
379 * Parent Prefixes (in which case the name's scope is relative
380 * to the current scope).
397 /* Pathname is relative to current scope, start there */
400 "Searching relative to prefix scope [%4.4s] (%p)\n",
428 * Current scope has no parent scope. Externalize
449 "Search scope is [%4.4s], path has %u carat(s)\n",
606 "Name [%4.4s] not found in scope [%4.4s] %p\n",
626 * by failing to open a new scope.
651 * If we have an alias to an object that opens a scope (such as a
708 * type to (later) see if it opens a scope.
721 /* Always check if we need to open a new scope */
725 * If entry is a type which opens a scope, push the new scope on the
726 * scope stack.