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

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlex.c380 int nextc;
406 nextc = input ();
407 if (nextc == ':')
409 unput (nextc);
414 nextc = input ();
415 if (nextc == ')')
417 else if (nextc == '=')
419 unput (nextc);
428 nextc = input ();
429 if (nextc
376 int nextc; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dscanner.c504 return (gfc_current_locus.nextc == gfc_current_locus.lb->line);
516 return (*gfc_current_locus.nextc == '\0');
598 gfc_current_locus.nextc = gfc_current_locus.lb->line;
601 gfc_current_locus.nextc = NULL;
621 if (gfc_current_locus.nextc == NULL)
624 c = *gfc_current_locus.nextc++;
627 gfc_current_locus.nextc--; /* Remain on this line. */
664 if (wide_strncmp (gfc_current_locus.nextc, "#define ", 8) == 0)
666 tmp = gfc_widechar_to_char (&gfc_current_locus.nextc[8], -1);
672 if (wide_strncmp (gfc_current_locus.nextc, "#unde
[all...]
H A Derror.c466 c1 = l1->nextc - l1->lb->line;
473 c2 = l2->nextc - l2->lb->line;
1124 gcc_assert (loc->nextc - loc->lb->line >= 0);
1125 unsigned int offset = loc->nextc - loc->lb->line;
H A Dgfortran.h927 gfc_char_t *nextc; member in struct:__anon99
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr46571.c44 gfc_char_t *nextc; member in struct:__anon2317

Completed in 189 milliseconds