pretty
handleone(const char * const *db_array, char *b, int recurse, int pretty,
if (level && pretty)
if (pretty)
handleone(db_array, b, recurse, pretty, ++level);
int expand = 1, recurse = 0, pretty = 0;
pretty = 1;
handleone(db_array, b, recurse, pretty, 0);
handleone(db_array, b, recurse, pretty, 0);
pretty(pw);
static void pretty(struct passwd *);