Lines Matching full:lim
2464 { char *lim = (limit); \2465 while (p < lim) { \2473 A call to this macro might be `SKIP_SPACES (p, lim)'. Strictly2478 (p, lim);'2484 SKIP_SPACES (p, lim);2495 do { char *lim = (limit); \2496 while (p < lim) { \2501 Now `SKIP_SPACES (p, lim);' expands into