Home | History | Annotate | Download | only in info

Lines Matching full:skip_spaces

2463      #define SKIP_SPACES(p, limit)  \
2473 A call to this macro might be `SKIP_SPACES (p, lim)'. Strictly
2477 like a function call, writing a semicolon afterward, as in `SKIP_SPACES
2484 SKIP_SPACES (p, lim);
2491 The definition of the macro `SKIP_SPACES' can be altered to solve
2494 #define SKIP_SPACES(p, limit) \
2501 Now `SKIP_SPACES (p, lim);' expands into