Lines Matching refs:cur
782 phpdbg_watch_element *cur = parent; local
784 phpdbg_clean_watch_element(cur);
785 phpdbg_free_watch_element(cur);
788 phpdbg_watch_element *cur = child; local
790 if (cur->flags & PHPDBG_WATCH_RECURSIVE_ROOT) {
791 phpdbg_remove_watch_element_recursively(cur);
794 phpdbg_clean_watch_element(cur);
796 phpdbg_free_watch_element(cur);
846 phpdbg_watch_element *cur = parent; local
848 phpdbg_clean_watch_element(cur);
849 phpdbg_free_watch_element(cur);
852 phpdbg_watch_element *cur = child; local
854 phpdbg_free_watch_element(cur);