Home
last modified time | relevance | path

Searched refs:node_is_empty (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/fileschanged/fileschanged-0.6.5/src/
H A Dnode.h21 int node_is_empty(struct node_t *node);
H A Dnode.c59 node_is_empty(struct node_t *node) in node_is_empty() function
H A Dfilelist.c198 if (node_is_empty (node)) in remove_duplicates()
/dports/cad/oregano/oregano-0.84.43/src/model/
H A Dnode.h77 gint node_is_empty (Node *node);
H A Dnode.c247 gboolean node_is_empty (Node *node) in node_is_empty() function
H A Dnode-store.c286 if (node_is_empty (node)) { in node_store_remove_part()
544 if (node_is_empty (node)) in node_store_remove_wire()
/dports/cad/oregano/oregano-0.84.43/test/
H A Dtest_nodestore.c56 g_assert (!node_is_empty (node)); in test_nodestore()
/dports/textproc/libcss/libcss-0.9.1/examples/
H A Dexample1.c85 static css_error node_is_empty(void *pw, void *node, bool *match);
133 node_is_empty,
538 css_error node_is_empty(void *pw, void *n, bool *match) in node_is_empty() function
/dports/textproc/libcss/libcss-0.9.1/include/libcss/
H A Dselect.h104 css_error (*node_is_empty)(void *pw, void *node, bool *match); member
/dports/www/netsurf/netsurf-3.10/content/handlers/css/
H A Dselect.c76 static css_error node_is_empty(void *pw, void *node, bool *match);
125 node_is_empty,
1509 css_error node_is_empty(void *pw, void *node, bool *match) in node_is_empty() function
/dports/textproc/libcss/libcss-0.9.1/test/
H A Dselect.c146 static css_error node_is_empty(void *pw, void *node, bool *match);
193 node_is_empty,
1439 css_error node_is_empty(void *pw, void *n, bool *match) in node_is_empty() function
/dports/editors/xi-core/xi-editor-0.3.0/rust/rope/src/
H A Dtree.rs1027 fn node_is_empty() { in node_is_empty() function
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackenddav.c641 node_is_empty (xmlNodePtr node) in node_is_empty() function
1051 if (! node_is_element (node) || node_is_empty (node)) in ms_response_to_file_info()
/dports/textproc/libcss/libcss-0.9.1/src/select/
H A Dselect.c2712 error = state->handler->node_is_empty(state->pw, in match_detail()