Searched refs:next_field_start (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.bin/sort/
H A Dcoll.c330 size_t f2, next_field_start, pos_end; local
334 next_field_start = 0;
343 next_field_start = skip_fields_to_start(s, f2 + 1,
345 if ((next_field_start > 0) && sort_opts_vals.tflag &&
347 next_field_start - 1)))
348 --next_field_start;
350 next_field_start = skip_fields_to_start(s, f2,
354 if (empty_field || (next_field_start >= BWSLEN(s)))
358 pos_end = skip_cols_to_start(s, ks->c2, next_field_start,
363 pos_end = next_field_start;
[all...]

Completed in 168 milliseconds