Home
last modified time | relevance | path

Searched refs:YYCURSOR (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.inc80 if ((YYLIMIT - YYCURSOR) < 12) YYFILL(12);
81 yych = *YYCURSOR;
184 ++YYCURSOR;
185 if ((yych = *YYCURSOR) == '*') goto yy356;
192 yych = *(YYMARKER = ++YYCURSOR);
201 yych = *(YYMARKER = ++YYCURSOR);
205 ++YYCURSOR;
210 ++YYCURSOR;
215 ++YYCURSOR;
220 ++YYCURSOR;
[all …]
Didl_re.cpp38 #define YYCURSOR cursor macro
Didl.re189 --YYCURSOR;
231 --YYCURSOR;
Didl_re.hpp46 #define YYCURSOR cursor macro
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re.inc96 if ((YYLIMIT - YYCURSOR) < 17) YYFILL(17);
97 yych = *YYCURSOR;
230 ++YYCURSOR;
243 ++YYCURSOR;
249 "invalid character '\\%03o' in input stream", *--YYCURSOR);
253 ++YYCURSOR;
254 if (YYLIMIT <= YYCURSOR) YYFILL(1);
255 yych = *YYCURSOR;
263 ++YYCURSOR;
273 yych = *++YYCURSOR;
[all …]
Dstrict_cpp_re.inc96 if ((YYLIMIT - YYCURSOR) < 17) YYFILL(17);
97 yych = *YYCURSOR;
229 ++YYCURSOR;
242 ++YYCURSOR;
248 "invalid character '\\%03o' in input stream", *--YYCURSOR);
252 ++YYCURSOR;
253 if (YYLIMIT <= YYCURSOR) YYFILL(1);
254 yych = *YYCURSOR;
262 ++YYCURSOR;
272 yych = *++YYCURSOR;
[all …]
Dstrict_cpp.re167 --YYCURSOR;
178 --YYCURSOR;
241 --YYCURSOR;
264 --YYCURSOR;
272 --YYCURSOR;
280 --YYCURSOR;
291 --YYCURSOR;
352 "invalid character '\\%03o' in input stream", *--YYCURSOR);
381 --YYCURSOR; // next call returns T_EOF
393 "invalid character '\\%03o' in input stream", *--YYCURSOR);
[all …]
Dcpp.re168 --YYCURSOR;
179 --YYCURSOR;
242 --YYCURSOR;
265 --YYCURSOR;
273 --YYCURSOR;
281 --YYCURSOR;
292 --YYCURSOR;
353 "invalid character '\\%03o' in input stream", *--YYCURSOR);
382 --YYCURSOR; // next call returns T_EOF
394 "invalid character '\\%03o' in input stream", *--YYCURSOR);
[all …]
Dcpp_re.hpp36 #define YYCURSOR cursor macro
400 #undef YYCURSOR