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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c384 #define tokidx (parser->parser_tokidx) macro
12212 #define tokfix() (tokenbuf[tokidx]='\0')
12214 #define toklen() tokidx
12215 #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
12220 tokidx = 0;
12236 tokidx += n;
12238 if (tokidx >= toksiz) {
12239 do {toksiz *= 2;} while (toksiz < tokidx);
12242 return &tokenbuf[tokidx
[all...]
H A Dripper.y324 #define tokidx (parser->parser_tokidx)
5626 #define tokfix() (tokenbuf[tokidx]='\0')
5628 #define toklen() tokidx
5629 #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
5634 tokidx = 0;
5650 tokidx += n;
5652 if (tokidx >= toksiz) {
5653 do {toksiz *= 2;} while (toksiz < tokidx);
5656 return &tokenbuf[tokidx
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c384 #define tokidx (parser->parser_tokidx) macro
12122 #define tokfix() (tokenbuf[tokidx]='\0')
12124 #define toklen() tokidx
12125 #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
12130 tokidx = 0;
12146 tokidx += n;
12148 if (tokidx >= toksiz) {
12149 do {toksiz *= 2;} while (toksiz < tokidx);
12152 return &tokenbuf[tokidx
[all...]
H A Dparse.y324 #define tokidx (parser->parser_tokidx)
5626 #define tokfix() (tokenbuf[tokidx]='\0')
5628 #define toklen() tokidx
5629 #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
5634 tokidx = 0;
5650 tokidx += n;
5652 if (tokidx >= toksiz) {
5653 do {toksiz *= 2;} while (toksiz < tokidx);
5656 return &tokenbuf[tokidx
[all...]

Completed in 199 milliseconds