Lines Matching full:skip_spaces
2330 #define SKIP_SPACES(p, limit) \
2340 A call to this macro might be `SKIP_SPACES (p, lim)'. Strictly
2344 like a function call, writing a semicolon afterward, as in `SKIP_SPACES
2351 SKIP_SPACES (p, lim);
2358 The definition of the macro `SKIP_SPACES' can be altered to solve
2361 #define SKIP_SPACES(p, limit) \
2368 Now `SKIP_SPACES (p, lim);' expands into