Searched refs:last_child (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_xml.h186 struct apr_xml_elem *last_child; member in struct:apr_xml_elem
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/
H A Dapr_xml.c161 if (elem->parent->last_child == NULL) {
163 elem->parent->first_child = elem->parent->last_child = elem;
167 elem->parent->last_child->next = elem;
168 elem->parent->last_child = elem;
328 if (elem->last_child == NULL) {
334 hdr = &elem->last_child->following_cdata;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtree.rb178 def last_child() method in class:Tk.Tree.Node
179 @tree.last_child(@id)
825 def last_child(node) method in class:Tk.Tree
/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c3073 Lisp_Object last_child;
3079 last_child = child;
3083 size_window (last_child,
4652 Lisp_Object last_child;
4656 last_child = Qnil;
4662 last_child = child;
4665 for (child = last_child; delta && !NILP (child); child = c->prev)
3067 Lisp_Object last_child; local
4641 Lisp_Object last_child; local
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/treectrl/
H A Dtktreectrl.rb2159 alias last_child lastchild
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dphp.vim163 syn keyword phpMethods name specified value create_attribute create_cdata_section create_comment create_element_ns create_element create_entity_reference create_processing_instruction create_text_node doctype document_element dump_file dump_mem get_element_by_id get_elements_by_tagname html_dump_mem xinclude entities internal_subset name notations public_id system_id get_attribute_node get_attribute get_elements_by_tagname has_attribute remove_attribute set_attribute tagname add_namespace append_child append_sibling attributes child_nodes clone_node dump_node first_child get_content has_attributes has_child_nodes insert_before is_blank_node last_child next_sibling node_name node_type node_value owner_document parent_node prefix previous_sibling remove_child replace_child replace_node set_content set_name set_namespace unlink_node data target process result_dump_file result_dump_mem contained
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1568 \ 'DomNode->last_child(': 'void | domelement',

Completed in 121 milliseconds