Searched refs:subprefix (Results 1 – 1 of 1) sorted by relevance
519 _cleanup_free_ char *subprefix = NULL, *subsubprefix = NULL; in output_tree_device() local528 …subprefix = 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()