Searched refs:_node (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dstrhash.h40 typedef struct _node { struct
43 struct _node *next;
/macosx-10.10/file_cmds-242/mtree/
H A Dmtree.h41 typedef struct _node { struct
42 struct _node *parent, *child; /* up, down */
43 struct _node *prev, *next; /* left, right */
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatMessage.h7 /* xmlNodePtr */ void *_node; variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatMessage.h7 /* xmlNodePtr */ void *_node; variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatMessage.h7 /* xmlNodePtr */ void *_node; variable
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Ddebug.tcl191 foreach _node [${mtree} children ${node}] {
192 lappend result [string repeat " " ${indent}]${_node}
193 set more [my children ${_node} [expr ${indent}+1]]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.h899 Node* _node = (node); \
900 if (_node->flags() & NodeHasVarArgs) { \
901 for (unsigned _childIdx = _node->firstChild(); \
902 _childIdx < _node->firstChild() + _node->numChildren(); \
905 thingToDo(_node, (graph).m_varArgChildren[_childIdx]); \
908 if (!_node->child1()) { \
910 !_node->child2() \
911 && !_node->child3()); \
914 thingToDo(_node, _nod
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDOMNodeStyles.js31 this._node = node || null;
64 return this._node;
121 this._matchedRules = parseRuleMatchArrayPayload.call(this, matchedRulesPayload, this._node);
128 var pseudoElementRules = parseRuleMatchArrayPayload.call(this, pseudoElementRulePayload.matches || pseudoElementRulePayload.rules, this._node);
135 var currentNode = this._node.parentNode;
153 this._inlineStyle = inlineStylePayload ? this._parseStyleDeclarationPayload(inlineStylePayload, this._node, false, WebInspector.CSSStyleDeclaration.Type.Inline) : null;
154 this._attributesStyle = attributesStylePayload ? this._parseStyleDeclarationPayload(attributesStylePayload, this._node, false, WebInspector.CSSStyleDeclaration.Type.Attribute) : null;
175 this._computedStyle = new WebInspector.CSSStyleDeclaration(this, null, null, WebInspector.CSSStyleDeclaration.Type.Computed, this._node, false, null, properties);
246 CSSAgent.getMatchedStylesForNode.invoke({nodeId: this._node.id, includePseudo: true, includeInherited: true}, fetchedMatchedStyles.bind(this));
247 CSSAgent.getInlineStylesForNode.invoke({nodeId: this._node
[all...]
H A DCSSStyleDeclaration.js38 this._node = node || null;
87 return this._node;
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dndrui.c528 idl_ulong_int _node; local
533 IDL_UNMAR_ULONG( &_node );
534 node_number = (intptr_t) _node;
883 idl_ulong_int _node; local
885 IDL_UNMAR_ULONG( &_node );
886 node_number = (intptr_t) _node;
2080 idl_ulong_int _node; local
2084 IDL_UNMAR_ULONG( &_node );
2085 node_number = (intptr_t) _node;
H A Dndrui2.c129 idl_ulong_int _node; local
131 IDL_UNMAR_ULONG( &_node );
132 node_number = (intptr_t) _node;
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm53 $self->{_node} = $node;
124 $self->{_node} = $node_value;
310 sub getNodeValue { $_[0]{_node} }

Completed in 757 milliseconds