Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/diff/
H A Ddiff3.c1208 #define SKIPWHITE(s) { while (*s == ' ' || *s == '\t') s++; } macro
1215 SKIPWHITE (s);
1219 SKIPWHITE (s);
1230 SKIPWHITE (s);
1248 SKIPWHITE (s);
1252 SKIPWHITE (s);
1258 SKIPWHITE (s); /* To move to end */
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreapi.pod185 SKIPWHITE and WHITE extflags. To do this, the Perl engine does: