Searched defs:SKIP_PAST_NEWLINE (Results 1 – 3 of 3) sorted by relevance
112 #define SKIP_PAST_NEWLINE(p, back) \ macro
220 #define SKIP_PAST_NEWLINE(p, back) \ macro
1417 #define SKIP_PAST_NEWLINE(p, back) while (p < back && *p++ != '\n') continue; macro