Home
last modified time | relevance | path

Searched defs:item (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dtsort.c51 struct item struct
54 struct item *left, *right; argument
58 struct item *qlink; argument
63 static struct item *head = nullptr; argument
397 recurse_tree (struct item *root, bool (*action) (struct item *)) in recurse_tree()
420 walk_tree (struct item *root, bool (*action) (struct item *)) in walk_tree()
Ddircolors.c239 append_entry (char prefix, char const *item, char const *arg) in append_entry()
/coreutils/gl/lib/
Dheap.c79 heap_insert (struct heap *heap, void *item) in heap_insert()