Searched refs:node (Results 276 - 300 of 1676) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixSock.c96 char *node = ckalloc((unsigned) (dot - u.nodename + 1));
97 memcpy(node, u.nodename, (size_t) (dot - u.nodename));
98 node[dot - u.nodename] = '\0';
99 hp = TclpGetHostByName(node);
100 ckfree(node);
95 char *node = ckalloc((unsigned) (dot - u.nodename + 1)); local
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dgasm.tcl24 set gas(node) $n
48 $t set $gas(node) gas::entry $gas(_entry)
51 $t set $gas(node) gas::exit::ok $gas(_exit/ok)
52 $t set $gas(node) gas::exit::fail $gas(_exit/fail)
54 $t set $gas(node) gas::exit $gas(_exit/return)
57 # Remember the node in the grammar tree which is responsible for
60 $gas(grap) node set $gas(_entry) expr $gas(node)
84 proc ::grammar::me::cpu::gasm::Inline {t node label} {
87 set gas(_${label}/entry) [$t get $node ga
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dtermcap.c161 pm->node.nam = nameu;
162 pm->node.flags = PM_READONLY;
170 pm->node.flags |= PM_INTEGER;
171 return &pm->node;
180 pm->node.flags |= PM_SCALAR;
181 return &pm->node;
184 pm->node.flags |= PM_SCALAR;
185 return &pm->node;
189 pm->node.flags |= PM_SCALAR;
193 pm->node
[all...]
H A Dmapfile.c71 char *name = ztrdup(pm->node.nam);
87 if (!(pm->node.flags & PM_READONLY) &&
129 char *fname = ztrdup(pm->node.nam);
133 if (!(pm->node.flags & PM_READONLY))
149 if (!(pm->node.flags & PM_READONLY))
224 pm->node.nam = dupstring(name);
225 pm->node.flags = PM_SCALAR;
227 pm->node.flags |= (partab[0].pm->node.flags & PM_READONLY);
230 if ((contents = get_contents(pm->node
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGTypeCheckHoistingPhase.cpp69 Node* node = block->at(indexInBlock); local
70 switch (node->op()) {
73 Node* child = node->child1().node();
80 noticeStructureCheck(variable, node->structureSet());
87 // insert this node.
109 if (node->arrayMode().conversion() == Array::RageConvert) {
112 Node* child = node->child1().node();
128 VariableAccessData* variable = node
202 Node* node = block->variablesAtHead.operand(operand); local
258 Node* node = block->at(indexInBlock); local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict.c239 DICT_NODE *node; \
240 if ((node = dict_node(dict_name)) != 0) \
241 dict = node->dict; \
249 DICT_NODE *node; \
250 if ((node = dict_node(dict_name)) == 0) { \
254 dict = node->dict; \
264 DICT_NODE *node; local
268 if ((node = dict_node(dict_name)) == 0) {
269 node = (DICT_NODE *) mymalloc(sizeof(*node));
284 DICT_NODE *node; local
293 DICT_NODE *node = (DICT_NODE *) ptr; local
306 DICT_NODE *node; local
[all...]
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dproof.c62 typedef struct node struct
70 struct node **children;
71 struct node *parent;
76 void pn2_eval (node_t *node);
98 void freenodes (node_t * node) argument
102 if (!node)
105 if (node->children)
107 if (node->num_children > 0)
109 for (i = 0; i < (node->num_children); i++)
111 if (node
459 select_most_proving(node_t * node) argument
502 set_proof_and_disproof_numbers(node_t * node) argument
767 develop_node(node_t * node) argument
948 update_ancestors(node_t * node) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm40 which are not allowed in a tree (such as having a node be its own
41 mother or ancestor, or having a node have two mothers).
48 node (i.e., 'the top'), and the only primary relationship between nodes
51 * No node can be its own mother, or its mother's mother, etc.
53 * Each node in the tree has exactly one "parent" (node in the "up"
56 * Each node can have any number (0 to any finite number) of daughter
57 nodes. A given node's daughter nodes constitute an I<ordered> list.
62 * A node can appear in only one tree, and only once in that tree.
64 a node canno
[all...]
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dnode.cpp36 #include "node.h"
692 virtual void really_print_line(hunits x, vunits y, node *n,
705 void print_line(hunits x, vunits y, node *n, vunits before, vunits after, hunits width);
719 void really_print_line(hunits x, vunits y, node *n, vunits, vunits, hunits width);
727 void really_print_line(hunits x, vunits y, node *n, vunits, vunits, hunits width);
793 void really_print_line(hunits x, vunits y, node *n, vunits before, vunits after, hunits width);
879 void troff_output_file::really_print_line(hunits x, vunits y, node *n,
1683 void real_output_file::print_line(hunits x, vunits y, node *n,
1738 void ascii_output_file::really_print_line(hunits, vunits, node *n,
1763 void suppress_output_file::really_print_line(hunits, vunits, node *, vunit
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/menubar/
H A Dtree.tcl14 package require menubar::node
26 # nid - integer value used to create unique node names
27 # root - name of tree's root node
28 # nodes - index of node names and node instances
41 set nodes [dict create "root" [::menubar::node new ""]]
46 dict for {name node} ${nodes} {
47 ${node} destroy
65 # check args for a node that exists and return its name
78 # return a node instanc
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/SAX/
H A DBuilder.pm97 my $node;
107 $node = $self->{Parent}->addNewChild( $el->{NamespaceURI},
113 $node = $self->{DOM}->createRawElementNS($el->{NamespaceURI},
117 $node = XML::LibXML::Element->new( $el->{Name} );
118 $node->setNamespace( $el->{NamespaceURI},
124 $node = $self->{DOM}->createRawElement($el->{Name});
127 $node = XML::LibXML::Element->new( $el->{Name} );
131 $self->{DOM}->setDocumentElement($node);
146 $node->setNamespace($uri, $p, 0 );
149 $self->{Parent} = $node;
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dmakedocset.c217 help_node_t *node; /* Current help node */ local
236 for (node = (help_node_t *)cupsArrayFirst(hi->nodes);
237 node;
238 node = (help_node_t *)cupsArrayNext(hi->nodes))
240 if (node->anchor)
243 key.name = node->section ? node->section : "Miscellaneous";
254 html->path = node->filename;
255 html->title = node
413 help_node_t *node; /* Current help node */ local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/src/
H A Ddom.c94 Tdp_Node Tdp_GetParentNode(Tdp_Node node) argument
96 TclDomNode *nodePtr = (TclDomNode *) node;
103 Tdp_Node Tdp_GetLastChild(Tdp_Node node) argument
105 TclDomNode *nodePtr = (TclDomNode *) node;
112 TdpNodeType Tdp_GetNodeType(Tdp_Node node) argument
114 return (((TclDomNode *) node)->nodeType);
117 char * Tdp_GetNodeValue(Tdp_Node node) argument
119 if (((TclDomNode *) node)->nodeValue) {
120 return ((TclDomNode *) node)->nodeValue;
126 TdpDomError Tdp_SetNodeValue(Tdp_Node node, cha argument
184 Tdp_SetStartLocation(Tdp_Node node, unsigned int line, unsigned int column, unsigned int width, unsigned int endLine, unsigned int endColumn) argument
199 Tdp_SetEndLocation(Tdp_Node node, unsigned int line, unsigned int column, unsigned int width, unsigned int endLine, unsigned int endColumn) argument
214 Tdp_GetStartLocation(Tdp_Node node, unsigned int* linePtr, unsigned int* columnPtr, unsigned int* widthPtr) argument
223 Tdp_GetEndLocation(Tdp_Node node, unsigned int* linePtr, unsigned int* columnPtr, unsigned int* widthPtr) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A Dmarkup.cpp150 bool shouldApplyWrappingStyle(Node* node) const
152 return m_highestNodeToBeSerialized && m_highestNodeToBeSerialized->parentNode() == node->parentNode()
170 void StyledMarkupAccumulator::wrapWithNode(Node* node, bool convertBlocksToInlines, RangeFullySelectsNode rangeFullySelectsNode) argument
173 if (node->isElementNode())
174 appendElement(markup, toElement(node), convertBlocksToInlines && isBlock(const_cast<Node*>(node)), rangeFullySelectsNode);
176 appendStartMarkup(markup, node, 0);
178 appendEndTag(node);
180 m_nodes->append(node);
253 String StyledMarkupAccumulator::renderedText(const Node* node, cons argument
272 stringValueForRange(const Node* node, const Range* range) argument
429 isHTMLBlockElement(const Node* node) argument
487 styleFromMatchedRulesAndInlineDecl(const Node* node) argument
500 isElementPresentational(const Node* node) argument
764 createMarkup(const Node* node, EChildrenOnly childrenOnly, Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, Vector<QualifiedName>* tagNamesToSkip) argument
821 isPlainTextMarkup(Node *node) argument
929 createFullMarkup(const Node* node) argument
1075 hasOneChild(ContainerNode* node) argument
1081 hasOneTextChild(ContainerNode* node) argument
[all...]
H A DDeleteSelectionCommand.cpp49 static bool isTableRow(const Node* node) argument
51 return node && node->hasTagName(trTag);
270 // node. This was done to match existing behavior, but it seems wrong.
277 // A common case is deleting characters that are all from the same text node. In
328 static Position firstEditablePositionInNode(Node* node) argument
330 ASSERT(node);
331 Node* next = node;
333 next = NodeTraversal::next(next, node);
337 void DeleteSelectionCommand::removeNode(PassRefPtr<Node> node, ShouldAssumeContentIsAlwaysEditabl argument
398 updatePositionForTextRemoval(Node* node, int offset, int count, Position& position) argument
409 deleteTextFromNode(PassRefPtr<Text> node, unsigned offset, unsigned count) argument
423 RefPtr<Node> node = range->firstNode(); local
768 Node* node = m_endingPosition.containerNode(); local
[all...]
H A DRemoveNodePreservingChildrenCommand.cpp34 RemoveNodePreservingChildrenCommand::RemoveNodePreservingChildrenCommand(PassRefPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable) argument
35 : CompositeEditCommand(node->document())
36 , m_node(node)
/macosx-10.9.5/CF-855.17/
H A DCFXMLNode.c127 CFXMLNodeRef node = (CFXMLNodeRef)cf; local
128 if (node->dataString) {
129 return CFHash(node->dataString);
131 if (node->dataTypeID == kCFXMLNodeTypeDocument) {
132 CFURLRef url = ((CFXMLDocumentInfo *)node->additionalData)->sourceURL;
135 CFAssert2(false, __kCFLogAssertion, "%s(): Saw unexpected XML type code %d", __PRETTY_FUNCTION__, node->dataTypeID);
141 struct __CFXMLNode *node = (struct __CFXMLNode *)cf; local
142 return CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("CFXMLNode %p>{typeID = %ld, string = %@}"), cf, (unsigned long)node->dataTypeID, node->dataString);
146 struct __CFXMLNode *node local
324 struct __CFXMLNode *node; local
356 CFXMLNodeGetTypeCode(CFXMLNodeRef node) argument
360 CFXMLNodeGetString(CFXMLNodeRef node) argument
364 CFXMLNodeGetInfoPtr(CFXMLNodeRef node) argument
368 CFXMLNodeGetVersion(CFXMLNodeRef node) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingTreeNode.cpp56 void ScrollingTreeNode::removeChild(ScrollingTreeNode* node) argument
61 size_t index = m_children->find(node);
63 // The index will be notFound if the node to remove is a deeper-than-1-level descendant or
64 // if node is the root state node.
72 m_children->at(i)->removeChild(node);
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceContainer.cpp35 static inline SVGDocumentExtensions* svgExtensionsFromNode(Node* node) argument
37 ASSERT(node);
38 ASSERT(node->document());
39 return node->document()->accessSVGExtensions();
42 RenderSVGResourceContainer::RenderSVGResourceContainer(SVGStyledElement* node) argument
43 : RenderSVGHiddenContainer(node)
44 , m_id(node->getIdAttribute())
53 svgExtensionsFromNode(node())->removeResource(m_id);
88 SVGDocumentExtensions* extensions = svgExtensionsFromNode(node());
90 m_id = toElement(node())
[all...]
H A DRenderSVGTransformableContainer.cpp34 RenderSVGTransformableContainer::RenderSVGTransformableContainer(SVGStyledTransformableElement* node) argument
35 : RenderSVGContainer(node)
43 SVGStyledTransformableElement* element = toSVGStyledTransformableElement(node());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMNode.h36 - (void)insertNode:(WKDOMNode *)node before:(WKDOMNode *)refNode;
37 - (void)appendChild:(WKDOMNode *)node;
38 - (void)removeChild:(WKDOMNode *)node;
H A DWKDOMNode.mm58 - (void)insertNode:(WKDOMNode *)node before:(WKDOMNode *)refNode
62 _impl->insertBefore(WebKit::toWebCoreNode(node), WebKit::toWebCoreNode(refNode), ec);
65 - (void)appendChild:(WKDOMNode *)node
69 _impl->appendChild(WebKit::toWebCoreNode(node), ec);
72 - (void)removeChild:(WKDOMNode *)node
76 _impl->removeChild(WebKit::toWebCoreNode(node), ec);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Ddom.h74 * tests if a node is an ancestor of another node
82 * the function returns 1 if the ref node is a parent of the cur node.
97 * it tests if the ref node would cause any hierarchical error for
98 * cur node. the function evaluates domIsParent() internally.
113 * cur node is a document and if so, it will check if the ref node can be
115 * document node)
126 * This function inserts a node betwee
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNamedNodeMap.cpp83 PassRefPtr<Node> NamedNodeMap::setNamedItem(Node* node, ExceptionCode& ec) argument
85 if (!node) {
90 // Not mentioned in spec: throw a HIERARCHY_REQUEST_ERROR if the user passes in a non-attribute node
91 if (!node->isAttributeNode()) {
96 return m_element->setAttributeNode(static_cast<Attr*>(node), ec);
99 PassRefPtr<Node> NamedNodeMap::setNamedItemNS(Node* node, ExceptionCode& ec) argument
101 return setNamedItem(node, ec);
H A DShadowRoot.h107 inline const ShadowRoot* toShadowRoot(const Node* node) argument
109 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isShadowRoot());
110 return static_cast<const ShadowRoot*>(node);
113 inline ShadowRoot* toShadowRoot(Node* node) argument
115 return const_cast<ShadowRoot*>(toShadowRoot(static_cast<const Node*>(node)));

Completed in 472 milliseconds

<<11121314151617181920>>