Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Did.c134 int show_separator = !TT.do_G; in do_id() local
136 if (show_separator) xputc(TT.do_G ? ' ' : ','); in do_id()
137 show_separator = 1; in do_id()
141 else show_separator = 0; // Because we didn't show anything this time. in do_id()