Home
last modified time | relevance | path

Searched refs:notify_assign_node (Results 1 – 12 of 12) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Observers/
H A Dlist_observer.cpp47 void notify_assign_node (tree& ref, tree_label op);
134 list_observer_rep::notify_assign_node (tree& ref, tree_label op) { in notify_assign_node() function in list_observer_rep
135 if (!is_nil (o1)) o1->notify_assign_node (ref, op); in notify_assign_node()
136 if (!is_nil (o2)) o2->notify_assign_node (ref, op); in notify_assign_node()
H A Dtree_addendum.cpp42 void notify_assign_node (tree& ref, tree_label op);
132 tree_addendum_rep::notify_assign_node (tree& ref, tree_label op) { in notify_assign_node() function in tree_addendum_rep
H A Dtree_position.cpp40 void notify_assign_node (tree& ref, tree_label op);
151 tree_position_rep::notify_assign_node (tree& ref, tree_label op) { in notify_assign_node() function in tree_position_rep
H A Dtree_pointer.cpp49 void notify_assign_node (tree& ref, tree_label op);
163 tree_pointer_rep::notify_assign_node (tree& ref, tree_label op) { in notify_assign_node() function in tree_pointer_rep
H A Dip_observer.cpp42 void notify_assign_node (tree& ref, tree_label op);
155 ip_observer_rep::notify_assign_node (tree& ref, tree_label op) { in notify_assign_node() function in ip_observer_rep
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Modify/
H A Dedit_modify.cpp69 edit_modify_rep::notify_assign_node (path p, tree_label op) { in notify_assign_node() function in edit_modify_rep
72 ::notify_assign_node (get_typesetter (), p / rp, op); in notify_assign_node()
188 ed->notify_assign_node (p, op); in edit_assign_node()
H A Dedit_modify.hpp35 void notify_assign_node (path p, tree_label op);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/
H A Dtypesetter.hpp30 void notify_assign_node (typesetter ttt, path p, tree_label op);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Abstractions/
H A Dobserver.hpp71 virtual void notify_assign_node (tree& ref, tree_label op);
H A Dobserver.cpp269 ref->obs->notify_assign_node (ref, op); in raw_assign_node()
668 observer_rep::notify_assign_node (tree& ref, tree_label op) { in notify_assign_node() function in observer_rep
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Bridge/
H A Dtypesetter.cpp224 notify_assign_node (typesetter ttt, path p, tree_label op) { in notify_assign_node() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/
H A Deditor.hpp309 virtual void notify_assign_node (path p, tree_label op) = 0;