Searched defs:SPACE_OR_TAB (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c54 #define SPACE_OR_TAB(c) ((c)==' '||(c)=='\312'||(c)=='\t') macro
56 #define SPACE_OR_TAB(c) ((c)==' '||(c)=='\t') macro
502 while (SPACE_OR_TAB(*s)) s++;
507 if (SPACE_OR_TAB(*s))
511 while (SPACE_OR_TAB(*s)) s++;
517 while (SPACE_OR_TAB(*s))
527 while (SPACE_OR_TAB(*e) || *e == '\r' || *e == '\f')
552 while (s < PL_bufend && SPACE_OR_TAB(*s))
2730 while (SPACE_OR_TAB(*d)) d++;
2830 while (s < PL_bufend && SPACE_OR_TAB(*
[all...]

Completed in 31 milliseconds