Lines Matching full:lim
2331 { char *lim = (limit); \2332 while (p < lim) { \2340 A call to this macro might be `SKIP_SPACES (p, lim)'. Strictly2345 (p, lim);'2351 SKIP_SPACES (p, lim);2362 do { char *lim = (limit); \2363 while (p < lim) { \2368 Now `SKIP_SPACES (p, lim);' expands into