Searched refs:SKIPWHITE (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiff3.c1209 Also note that SKIPWHITE only recognizes tabs and spaces, and
1212 #define SKIPWHITE(s) { while (*s == ' ' || *s == '\t') s++; }
1219 SKIPWHITE (s);
1223 SKIPWHITE (s);
1234 SKIPWHITE (s);
1252 SKIPWHITE (s);
1256 SKIPWHITE (s);
1262 SKIPWHITE (s); /* To move to end */
1208 #define SKIPWHITE macro

Completed in 104 milliseconds