• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ruby-104/ruby/ext/ripper/

Lines Matching defs:nextc

11596 # define nextc()                   parser_nextc(parser)
12291 nextc();
12320 nextc();
12354 switch (c = nextc()) {
12399 if ((c = nextc()) != '-') {
12403 if ((c = nextc()) == '\\') {
12413 if ((c = nextc()) != '-') {
12419 if ((c = nextc())== '\\') {
12453 switch (c = nextc()) {
12477 if ((c = nextc()) != '-') {
12487 if ((c = nextc()) != '-') {
12499 if ((c = nextc()) == '\\') {
12527 while (c = nextc(), ISALPHA(c)) {
12618 while ((c = nextc()) != -1) {
12638 c = nextc();
12820 c = nextc();
12822 do {c = nextc();} while (ISSPACE(c));
12843 c = nextc();
12871 int c = nextc(), term, func = 0;
12875 c = nextc();
12889 while ((c = nextc()) != -1 && c != term) {
12911 } while ((c = nextc()) != -1 && parser_is_identchar());
12991 if ((c = nextc()) == -1) {
13040 if (nextc() == -1) {
13053 c = nextc();
13066 tokadd(nextc());
13068 if ((c = nextc()) == -1) goto error;
13395 int c = nextc();
13473 switch (c = nextc()) {
13485 while ((c = nextc())) {
13523 while ((c = nextc())) {
13530 if ((c = nextc()) != '.') {
13555 if ((c = nextc()) == '*') {
13556 if ((c = nextc()) == '=') {
13597 c = nextc();
13634 c = nextc();
13654 if ((c = nextc()) == '=') {
13655 if ((c = nextc()) == '=') {
13672 c = nextc();
13689 if ((c = nextc()) == '>') {
13696 if ((c = nextc()) == '=') {
13710 if ((c = nextc()) == '=') {
13714 if ((c = nextc()) == '=') {
13753 c = nextc();
13801 nextc();
13811 nextc();
13828 if ((c = nextc()) == '&') {
13830 if ((c = nextc()) == '=') {
13859 if ((c = nextc()) == '|') {
13861 if ((c = nextc()) == '=') {
13879 c = nextc();
13908 c = nextc();
13941 if ((c = nextc()) == '.') {
13942 if ((c = nextc()) == '.') {
13966 c = nextc();
13971 c = nextc();
13974 c = nextc();
13985 } while ((c = nextc()) != -1);
13998 c = nextc();
14009 } while ((c = nextc()) != -1);
14022 c = nextc();
14033 } while ((c = nextc()) != -1);
14050 c = nextc();
14068 } while ((c = nextc()) != -1);
14109 int c0 = nextc();
14137 c = nextc();
14151 c = nextc();
14192 c = nextc();
14226 if ((c = nextc()) == '=') {
14242 if ((c = nextc()) == '=') {
14262 if ((c = nextc()) != '@') {
14289 if ((c = nextc()) == ']') {
14290 if ((c = nextc()) == '=') {
14333 c = nextc();
14349 c = nextc();
14356 term = nextc();
14384 do {c = nextc();} while (ISSPACE(c));
14390 do {c = nextc();} while (ISSPACE(c));
14396 do {c = nextc();} while (ISSPACE(c));
14402 do {c = nextc();} while (ISSPACE(c));
14424 if ((c = nextc()) == '=') {
14440 c = nextc();
14443 c = nextc();
14477 c = nextc();
14507 c = nextc();
14527 c = nextc();
14532 c = nextc();
14575 c = nextc();
14614 if ((c = nextc()) == '=' && !peek('~') && !peek('>') &&
14635 nextc();