ISSPACE 323 bignum.c while (ISSPACE(*str)) str++;
ISSPACE 326 bignum.c while (ISSPACE(*str) || *str == '_') str++;
ISSPACE 404 bignum.c while (*end && ISSPACE(*end)) end++;
ISSPACE 486 bignum.c while (*str && ISSPACE(*str)) str++;
ISSPACE 1028 object.c while (ISSPACE(*p)) p++;
ISSPACE 1031 object.c while (ISSPACE(*p) || *p == '_') p++;
ISSPACE 1066 object.c while (*end && ISSPACE(*end)) end++;
ISSPACE 364 pack.c if (ISSPACE(type)) continue;
ISSPACE 1096 pack.c if (ISSPACE(type)) continue;
ISSPACE 2840 parse.y else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
ISSPACE 2856 parse.y else if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
ISSPACE 2879 parse.y if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
ISSPACE 2880 parse.y do {c = nextc();} while (ISSPACE(c));
ISSPACE 2933 parse.y if (ISSPACE(c)) {
ISSPACE 2940 parse.y else if (ISSPACE(c)) {
ISSPACE 3012 parse.y while (*p && ISSPACE(*p)) p++;
ISSPACE 3185 parse.y if (IS_ARG() && space_seen && !ISSPACE(c)){
ISSPACE 3218 parse.y if (strncmp(lex_p, "begin", 5) == 0 && ISSPACE(lex_p[5])) {
ISSPACE 3228 parse.y (lex_p + 3 == lex_pend || ISSPACE(lex_p[3]))) {
ISSPACE 3350 parse.y if (ISSPACE(c)){
ISSPACE 3414 parse.y if (IS_ARG() && space_seen && !ISSPACE(c)){
ISSPACE 3473 parse.y (IS_ARG() && space_seen && !ISSPACE(c))) {
ISSPACE 3503 parse.y (IS_ARG() && space_seen && !ISSPACE(c))) {
ISSPACE 3772 parse.y if (lex_state == EXPR_END || lex_state == EXPR_ENDARG || ISSPACE(c)) {
ISSPACE 3791 parse.y if (!ISSPACE(c)) {
ISSPACE 3959 parse.y do {c = nextc();} while (ISSPACE(c));
ISSPACE 3965 parse.y do {c = nextc();} while (ISSPACE(c));
ISSPACE 3987 parse.y if (IS_ARG() && space_seen && !ISSPACE(c)) {
ISSPACE 529 process.c while (*str && ISSPACE(*str))
ISSPACE 258 re.c else if (!ISSPACE(*p)) {
ISSPACE 1499 regex.c if (ISSPACE(c))
ISSPACE 1507 regex.c if (!ISSPACE(c))
ISSPACE 1655 regex.c || (is_space && ISSPACE(ch))
ISSPACE 125 ruby.c while (*newp && !ISSPACE(*newp) && *newp != ';') {
ISSPACE 128 ruby.c while (*newp && (ISSPACE(*newp) || *newp == ';')) {
ISSPACE 385 ruby.c while (*s && !ISSPACE(*s))
ISSPACE 392 ruby.c while (*s && ISSPACE(*s))
ISSPACE 643 ruby.c while (ISSPACE(*s)) s++;
ISSPACE 659 ruby.c if (ISSPACE(*s)) {
ISSPACE 660 ruby.c do {s++;} while (ISSPACE(*s));
ISSPACE 811 ruby.c while (p < pend && ISSPACE(*p))
ISSPACE 814 ruby.c while (p < pend && !ISSPACE(*p))
ISSPACE 2496 string.c if (ISSPACE(*ptr)) {
ISSPACE 2505 string.c if (ISSPACE(*ptr)) {
ISSPACE 2820 string.c while (s < t && ISSPACE(*s)) s++;
ISSPACE 2852 string.c while (s < t && ISSPACE(*(t-1))) t--;
ISSPACE 753 util.c while (ISSPACE(*p)) {
ISSPACE 916 win32/win32.c while(ptr >= cmdline && ISSPACE(*ptr))
ISSPACE 936 win32/win32.c while(ISSPACE(*ptr))