Searched refs:show_separator (Results 1 – 1 of 1) sorted by relevance
135 int show_separator = !(toys.optflags&FLAG_G); in do_id() local137 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()