Home | History | Annotate | Download | only in info

Lines Matching full:skip_spaces

2248      #define SKIP_SPACES(p, limit)  \
2258 A call to this macro might be `SKIP_SPACES (p, lim)'. Strictly
2262 like a function call, writing a semicolon afterward, as in `SKIP_SPACES
2269 SKIP_SPACES (p, lim);
2276 The definition of the macro `SKIP_SPACES' can be altered to solve
2279 #define SKIP_SPACES(p, limit) \
2286 Now `SKIP_SPACES (p, lim);' expands into