Home | History | Annotate | Download | only in src

Lines Matching full:nonempty

527   BEGIN { nonempty = 0; } \
528 { items[$$0] = 1; nonempty = 1; } \
529 END { if (nonempty) { for (i in items) print i; }; } \