Home | History | Annotate | Download | only in info

Lines Matching full:skip_spaces

2288      #define SKIP_SPACES(p, limit)  \
2298 A call to this macro might be `SKIP_SPACES (p, lim)'. Strictly
2302 like a function call, writing a semicolon afterward, as in `SKIP_SPACES
2309 SKIP_SPACES (p, lim);
2316 The definition of the macro `SKIP_SPACES' can be altered to solve
2319 #define SKIP_SPACES(p, limit) \
2326 Now `SKIP_SPACES (p, lim);' expands into