File: input10_s.c

package info (click to toggle)
re2c 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 50,052 kB
  • sloc: cpp: 32,477; ml: 8,279; sh: 5,265; makefile: 968; haskell: 612; python: 428; ansic: 227; javascript: 111; java: 3
file content (30 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Generated by re2c */
#line 1 "input10_s.re"
// re2c $INPUT -o $OUTPUT -s

#line 6 "input10_s.c"
{
	YYCTYPE yych;
	if (YYLIMIT <= YYCURSOR) YYFILL(1);
	yych = *YYCURSOR;
	if (yych <= 'E') {
		if (yych <= '@') goto yy1;
		if (yych <= 'D') goto yy2;
	} else {
		if (yych <= 'G') goto yy2;
		if (yych <= '`') goto yy1;
		if (yych <= 'g') goto yy2;
	}
yy1:
	++YYCURSOR;
#line 11 "input10_s.re"
	{ return -1; }
#line 23 "input10_s.c"
yy2:
	++YYCURSOR;
#line 9 "input10_s.re"
	{ return 1; }
#line 28 "input10_s.c"
}
#line 13 "input10_s.re"