Searched refs:newlim (Results 1 – 1 of 1) sorted by relevance
1723 char *newlim; in limfield() local1724 newlim = memchr (ptr, tab, lim - ptr); in limfield()1725 if (newlim) in limfield()1726 lim = newlim; in limfield()1730 char *newlim; in limfield() local1731 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 …]