Home
last modified time | relevance | path

Searched refs:G_TRAVERSE_NON_LEAFS (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgnode.c531 if ((flags & G_TRAVERSE_NON_LEAFS) && in g_node_traverse_pre_order()
564 if ((flags & G_TRAVERSE_NON_LEAFS) && in g_node_depth_traverse_pre_order()
611 if ((flags & G_TRAVERSE_NON_LEAFS) && in g_node_traverse_post_order()
649 if ((flags & G_TRAVERSE_NON_LEAFS) && in g_node_depth_traverse_post_order()
679 if ((flags & G_TRAVERSE_NON_LEAFS) && in g_node_traverse_in_order()
720 if ((flags & G_TRAVERSE_NON_LEAFS) && in g_node_depth_traverse_in_order()
732 else if ((flags & G_TRAVERSE_NON_LEAFS) && in g_node_depth_traverse_in_order()
756 return (flags & G_TRAVERSE_NON_LEAFS) && func (node, data); in g_node_traverse_level()
974 if (flags & G_TRAVERSE_NON_LEAFS) in g_node_count_func()
1114 if (flags & G_TRAVERSE_NON_LEAFS) in g_node_find_child()
[all …]
H A Dgnode.h46 G_TRAVERSE_NON_LEAFS = G_TRAVERSE_NON_LEAVES enumerator
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgnode.inc38 G_TRAVERSE_NON_LEAFS = 1 shl 1;
39 G_TRAVERSE_ALL = G_TRAVERSE_LEAFS or G_TRAVERSE_NON_LEAFS;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgnode.inc38 G_TRAVERSE_NON_LEAFS = 1 shl 1;
39 G_TRAVERSE_ALL = G_TRAVERSE_LEAFS or G_TRAVERSE_NON_LEAFS;
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dnode.c97 { G_LEVEL_ORDER, G_TRAVERSE_NON_LEAFS, -1, -1, "ABFG" }, in traversal_test()
293 g_assert_cmpint (g_node_n_nodes (root, G_TRAVERSE_NON_LEAFS), ==, 4); in construct_test()
300 g_assert (g_node_find (root, G_LEVEL_ORDER, G_TRAVERSE_NON_LEAFS, C2P ('I')) == NULL); in construct_test()
/dports/devel/glib20/glib-2.70.4/tests/
H A Dtestglib.c291 g_assert (g_node_n_nodes (root, G_TRAVERSE_NON_LEAFS) == 4); in gnode_test()
296 g_assert (g_node_find (root, G_LEVEL_ORDER, G_TRAVERSE_NON_LEAFS, C2P ('I')) == NULL); in gnode_test()
337 g_node_traverse (root, G_PRE_ORDER, G_TRAVERSE_NON_LEAFS, -1, node_build_string, &tstring); in gnode_test()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dglib-types.defs277 '("non-leafs" "G_TRAVERSE_NON_LEAFS")
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-xsl-formatter.c944 G_TRAVERSE_NON_LEAFS, in _xml_doc_to_fo_and_area_trees()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-xsl-formatter.c944 G_TRAVERSE_NON_LEAFS, in _xml_doc_to_fo_and_area_trees()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dglib_enums.defs632 ;; G_TRAVERSE_NON_LEAFS = G_TRAVERSE_NON_LEAVES
644 '("non-leafs" "G_TRAVERSE_NON_LEAFS" "0x2")
/dports/x11/xfce4-taskmanager/xfce4-taskmanager-1.4.2/src/
H A Dprocess-tree-model.c912 g_node_traverse (treemodel->tree, G_PRE_ORDER, G_TRAVERSE_NON_LEAFS, -1, in xtm_process_tree_model_rows_reordered()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-sys-0.14.0/tests/
H A Dconstant.c501 PRINT_CONSTANT((guint) G_TRAVERSE_NON_LEAFS); in main()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/tests/
H A Dconstant.c501 PRINT_CONSTANT((guint) G_TRAVERSE_NON_LEAFS); in main()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.14.0/tests/
H A Dconstant.c501 PRINT_CONSTANT((guint) G_TRAVERSE_NON_LEAFS); in main()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-sys-0.14.0/tests/
H A Dconstant.c501 PRINT_CONSTANT((guint) G_TRAVERSE_NON_LEAFS); in main()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-sys-0.14.0/tests/
H A Dconstant.c501 PRINT_CONSTANT((guint) G_TRAVERSE_NON_LEAFS); in main()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-sys-0.14.0/tests/
H A Dconstant.c501 PRINT_CONSTANT((guint) G_TRAVERSE_NON_LEAFS); in main()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-sys-0.14.0/tests/
H A Dconstant.c501 PRINT_CONSTANT((guint) G_TRAVERSE_NON_LEAFS); in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/glib/
H A Dglib.pp224 G_TRAVERSE_NON_LEAFS = 1 shl 1;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs925 pub const G_TRAVERSE_NON_LEAFS: GTraverseFlags = 2; const
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs925 pub const G_TRAVERSE_NON_LEAFS: GTraverseFlags = 2; const
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs924 pub const G_TRAVERSE_NON_LEAFS: GTraverseFlags = 2; const
/dports/www/castor/castor-0.8.16/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs925 pub const G_TRAVERSE_NON_LEAFS: GTraverseFlags = 2; const
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs925 pub const G_TRAVERSE_NON_LEAFS: GTraverseFlags = 2; const
/dports/net-im/fractal/fractal-4.4.0/vendor/glib-sys/src/
H A Dlib.rs925 pub const G_TRAVERSE_NON_LEAFS: GTraverseFlags = 2; const

12