Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevadm-info.c519 _cleanup_free_ char *subprefix = NULL, *subsubprefix = NULL; in output_tree_device() local
528subprefix = strjoin(prefix, special_glyph(more ? SPECIAL_GLYPH_TREE_VERTICAL : SPECIAL_GLYPH_TREE_… in output_tree_device()
529 if (!subprefix) in output_tree_device()
532 subsubprefix = strjoin(subprefix, special_glyph(SPECIAL_GLYPH_VERTICAL_DOTTED), " "); in output_tree_device()
538 return draw_tree(device, array, n, subprefix, level + 1); in output_tree_device()