Home | History | Annotate | Download | only in dist

Lines Matching full:nonempty

533   BEGIN { nonempty = 0; } \
534 { items[$$0] = 1; nonempty = 1; } \
535 END { if (nonempty) { for (i in items) print i; }; } \