next_field
while ((ret = next_field(&fmt, &c, &width, &value, field_name,
if ((nptr = next_field(str)) == NULL)
} while ((str = next_field(str)) != NULL);
if ((str = next_field(str)) == NULL)
} while ((str = next_field(str)) != NULL);