Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c79 enum { DASH = 0, BAR, CORNER, VRIGHT }; enumerator
104 [CORNER] = "`",
111 [CORNER] = "\xe2\x94\x94", /* \u2514 */
335 (void) printf("%s%s", HAS_SIBLING(p) ? box[VRIGHT] : box[CORNER], in printlines()