Lines Matching refs:cur
838 phpdbg_watch_element *cur = parent; local
840 phpdbg_clean_watch_element(cur);
841 phpdbg_free_watch_element(cur);
844 phpdbg_watch_element *cur = child; local
846 if (cur->flags & PHPDBG_WATCH_RECURSIVE_ROOT) {
847 phpdbg_remove_watch_element_recursively(cur);
850 phpdbg_clean_watch_element(cur);
852 phpdbg_free_watch_element(cur);
902 phpdbg_watch_element *cur = parent; local
904 phpdbg_clean_watch_element(cur);
905 phpdbg_free_watch_element(cur);
908 phpdbg_watch_element *cur = child; local
910 phpdbg_free_watch_element(cur);