Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
H A 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()

Completed in 1 milliseconds