Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Did.c135 int show_separator = !(toys.optflags&FLAG_G); in do_id() local
137 if (show_separator) xputc((toys.optflags&FLAG_G) ? ' ' : ','); in do_id()
138 show_separator = 1; in do_id()
142 else show_separator = 0; // Because we didn't show anything this time. in do_id()