tokenbuf 10698 ext/ripper/ripper.c #define tokfix() (tokenbuf[tokidx]='\0')
tokenbuf 10699 ext/ripper/ripper.c #define tok() tokenbuf
tokenbuf 10701 ext/ripper/ripper.c #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
tokenbuf 10707 ext/ripper/ripper.c if (!tokenbuf) {
tokenbuf 10709 ext/ripper/ripper.c tokenbuf = ALLOC_N(char, 60);
tokenbuf 10713 ext/ripper/ripper.c REALLOC_N(tokenbuf, char, 60);
tokenbuf 10715 ext/ripper/ripper.c return tokenbuf;
tokenbuf 10725 ext/ripper/ripper.c REALLOC_N(tokenbuf, char, toksiz);
tokenbuf 10727 ext/ripper/ripper.c return &tokenbuf[tokidx-n];
tokenbuf 10733 ext/ripper/ripper.c tokenbuf[tokidx++] = (char)c;
tokenbuf 10736 ext/ripper/ripper.c REALLOC_N(tokenbuf, char, toksiz);
tokenbuf 5298 ext/ripper/ripper.y #define tokfix() (tokenbuf[tokidx]='\0')
tokenbuf 5299 ext/ripper/ripper.y #define tok() tokenbuf
tokenbuf 5301 ext/ripper/ripper.y #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
tokenbuf 5307 ext/ripper/ripper.y if (!tokenbuf) {
tokenbuf 5309 ext/ripper/ripper.y tokenbuf = ALLOC_N(char, 60);
tokenbuf 5313 ext/ripper/ripper.y REALLOC_N(tokenbuf, char, 60);
tokenbuf 5315 ext/ripper/ripper.y return tokenbuf;
tokenbuf 5325 ext/ripper/ripper.y REALLOC_N(tokenbuf, char, toksiz);
tokenbuf 5327 ext/ripper/ripper.y return &tokenbuf[tokidx-n];
tokenbuf 5333 ext/ripper/ripper.y tokenbuf[tokidx++] = (char)c;
tokenbuf 5336 ext/ripper/ripper.y REALLOC_N(tokenbuf, char, toksiz);
tokenbuf 10630 parse.c #define tokfix() (tokenbuf[tokidx]='\0')
tokenbuf 10631 parse.c #define tok() tokenbuf
tokenbuf 10633 parse.c #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
tokenbuf 10639 parse.c if (!tokenbuf) {
tokenbuf 10641 parse.c tokenbuf = ALLOC_N(char, 60);
tokenbuf 10645 parse.c REALLOC_N(tokenbuf, char, 60);
tokenbuf 10647 parse.c return tokenbuf;
tokenbuf 10657 parse.c REALLOC_N(tokenbuf, char, toksiz);
tokenbuf 10659 parse.c return &tokenbuf[tokidx-n];
tokenbuf 10665 parse.c tokenbuf[tokidx++] = (char)c;
tokenbuf 10668 parse.c REALLOC_N(tokenbuf, char, toksiz);
tokenbuf 5298 parse.y #define tokfix() (tokenbuf[tokidx]='\0')
tokenbuf 5299 parse.y #define tok() tokenbuf
tokenbuf 5301 parse.y #define toklast() (tokidx>0?tokenbuf[tokidx-1]:0)
tokenbuf 5307 parse.y if (!tokenbuf) {
tokenbuf 5309 parse.y tokenbuf = ALLOC_N(char, 60);
tokenbuf 5313 parse.y REALLOC_N(tokenbuf, char, 60);
tokenbuf 5315 parse.y return tokenbuf;
tokenbuf 5325 parse.y REALLOC_N(tokenbuf, char, toksiz);
tokenbuf 5327 parse.y return &tokenbuf[tokidx-n];
tokenbuf 5333 parse.y tokenbuf[tokidx++] = (char)c;
tokenbuf 5336 parse.y REALLOC_N(tokenbuf, char, toksiz);