Searched refs:toktype (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Dyylex.c42 int toktype; local
47 toktype = EOF;
49 toktype = flexscan();
51 if ( toktype == EOF || toktype == 0 )
59 toktype = SECTEND;
63 toktype = 0;
74 switch ( toktype )
96 (void) putc( toktype, stderr );
212 toktype, yylva
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-exp.y1364 int got_dot = 0, got_e = 0, toktype = FLOAT;
1365 /* Initialize toktype to anything other than ERROR. */
1390 toktype = ERROR; /* Only one 'e' in a float. */
1398 toktype = ERROR; /* Only one '.' in a float. */
1416 toktype = ERROR;
1421 toktype = ERROR;
1425 if (toktype != ERROR)
1426 toktype = parse_number (tokstart, p - tokstart,
1428 if (toktype == ERROR)
1437 return toktype;
[all...]
H A Df-exp.y1021 int got_dot = 0, got_e = 0, got_d = 0, toktype;
1057 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d,
1059 if (toktype == ERROR)
1068 return toktype;
H A Dobjc-exp.c3009 int got_dot = 0, got_e = 0, toktype = FLOAT;
3010 /* Initialize toktype to anything other than ERROR. */
3035 toktype = ERROR; /* Only one 'e' in a float. */
3043 toktype = ERROR; /* Only one '.' in a float. */
3061 toktype = ERROR;
3066 toktype = ERROR;
3070 if (toktype != ERROR)
3071 toktype = parse_number (tokstart, p - tokstart,
3073 if (toktype == ERROR)
3082 return toktype;
3005 int got_dot = 0, got_e = 0, toktype = FLOAT; local
[all...]
H A Dc-exp.y1457 int got_dot = 0, got_e = 0, toktype;
1495 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
1496 if (toktype == ERROR)
1505 return toktype;
H A Djv-exp.y970 int got_dot = 0, got_e = 0, toktype;
1008 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
1009 if (toktype == ERROR)
1018 return toktype;
H A Dp-exp.y1192 int got_dot = 0, got_e = 0, toktype;
1230 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
1231 if (toktype == ERROR)
1240 return toktype;
H A Df-exp.c2398 int got_dot = 0, got_e = 0, got_d = 0, toktype;
2434 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d,
2436 if (toktype == ERROR)
2445 return toktype;
2394 int got_dot = 0, got_e = 0, got_d = 0, toktype; local
H A Djv-exp.c2344 int got_dot = 0, got_e = 0, toktype;
2382 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
2383 if (toktype == ERROR)
2392 return toktype;
2340 int got_dot = 0, got_e = 0, toktype; local
H A Dc-exp.c3090 int got_dot = 0, got_e = 0, toktype;
3128 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
3129 if (toktype == ERROR)
3138 return toktype;
3086 int got_dot = 0, got_e = 0, toktype; local
H A Dp-exp.c2517 int got_dot = 0, got_e = 0, toktype;
2555 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
2556 if (toktype == ERROR)
2565 return toktype;
2513 int got_dot = 0, got_e = 0, toktype; local
H A Dm2-exp.y941 int toktype;
959 toktype = parse_number (p - tokstart);
960 if (toktype == ERROR)
969 return toktype;
H A Dm2-exp.c2434 int toktype;
2452 toktype = parse_number (p - tokstart);
2453 if (toktype == ERROR)
2462 return toktype;
2430 int toktype; local

Completed in 172 milliseconds