Home
last modified time | relevance | path

Searched refs:newlim (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsort.c1723 char *newlim; in limfield() local
1724 newlim = memchr (ptr, tab, lim - ptr); in limfield()
1725 if (newlim) in limfield()
1726 lim = newlim; in limfield()
1730 char *newlim; in limfield() local
1731 newlim = ptr; in limfield()
1732 while (newlim < lim && blanks[to_uchar (*newlim)]) in limfield()
1733 ++newlim; in limfield()
1734 while (newlim < lim && !blanks[to_uchar (*newlim)]) in limfield()
1735 ++newlim; in limfield()
[all …]