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

/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c13959 int is_float, seen_point, seen_e, nondigit; local
13961 is_float = seen_point = seen_e = nondigit = 0;
13978 if (nondigit) break;
13979 nondigit = c;
13983 nondigit = 0;
13992 else if (nondigit) goto trailing_uc;
14002 if (nondigit) break;
14003 nondigit = c;
14007 nondigit = 0;
14016 else if (nondigit) got
[all...]
H A Dripper.y7373 int is_float, seen_point, seen_e, nondigit;
7375 is_float = seen_point = seen_e = nondigit = 0;
7392 if (nondigit) break;
7393 nondigit = c;
7397 nondigit = 0;
7406 else if (nondigit) goto trailing_uc;
7416 if (nondigit) break;
7417 nondigit = c;
7421 nondigit = 0;
7430 else if (nondigit) got
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dparse.c13869 int is_float, seen_point, seen_e, nondigit; local
13871 is_float = seen_point = seen_e = nondigit = 0;
13888 if (nondigit) break;
13889 nondigit = c;
13893 nondigit = 0;
13902 else if (nondigit) goto trailing_uc;
13912 if (nondigit) break;
13913 nondigit = c;
13917 nondigit = 0;
13926 else if (nondigit) got
[all...]
H A Dparse.y7373 int is_float, seen_point, seen_e, nondigit;
7375 is_float = seen_point = seen_e = nondigit = 0;
7392 if (nondigit) break;
7393 nondigit = c;
7397 nondigit = 0;
7406 else if (nondigit) goto trailing_uc;
7416 if (nondigit) break;
7417 nondigit = c;
7421 nondigit = 0;
7430 else if (nondigit) got
[all...]
H A Dbignum.c583 char sign = 1, nondigit = 0; local
736 if (nondigit) {
740 nondigit = (char) c;
747 nondigit = 0;

Completed in 315 milliseconds