Home
last modified time | relevance | path

Searched refs:YY_START (Results 1 – 25 of 1695) sorted by relevance

12345678910>>...68

/dports/net/libyang/libyang-1.0.240/src/
H A Dyang.l41 int _state = YY_START;
46 "/*" {_state = YY_START; BEGIN COMMENT1; }
50 "//" {_state = YY_START; BEGIN COMMENT2;}
137 "\"" {_state = YY_START; BEGIN DOUBLEQUOTES; str = yytext; column = yylloc->first_column; }
179 <INITIAL,PATH>"'" { _state = YY_START;
211 <PATH>"\"" {_state = YY_START; BEGIN DOUBLEQUOTES; str = yytext; column = yylloc->first_column; }
212 <PATH>"//" {_state = YY_START; BEGIN COMMENT2;}
213 <PATH>"/*" {_state = YY_START; BEGIN COMMENT1;}
221 _state = YY_START;
225 _state = YY_START;
/dports/devel/global/global-6.6.7/htags/
H A Dlexcommon.h86 switch (YY_START) { \
98 switch (YY_START) { \
112 if (YY_START == PREPROCESSOR_LINE) \
122 switch (YY_START) { \
/dports/mail/filtermail/filtermail-0.8.6/src/
H A Drcfile.ll377 " (" + int_to_string (YY_START) + ")");
384 " (" + int_to_string (YY_START) + ")");
391 if (YY_START != PARAM_BOOL)
394 " (" + int_to_string (YY_START) + ")");
401 " (" + int_to_string (YY_START) + ")");
408 " (" + int_to_string (YY_START) + ")");
415 " (" + int_to_string (YY_START) + ")");
422 " (" + int_to_string (YY_START) + ")");
429 " (" + int_to_string (YY_START) + ")");
437 " (" + int_to_string (YY_START) + ")");
[all …]
H A Drcfile.cc132 #define YY_START (((yy_start) - 1) / 2) macro
133 #define YYSTATE YY_START
1245 " (" + int_to_string (YY_START) + ")");
1255 " (" + int_to_string (YY_START) + ")");
1265 if (YY_START != PARAM_BOOL)
1268 " (" + int_to_string (YY_START) + ")");
1278 " (" + int_to_string (YY_START) + ")");
1288 " (" + int_to_string (YY_START) + ")");
1298 " (" + int_to_string (YY_START) + ")");
1308 " (" + int_to_string (YY_START) + ")");
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dgenvm-scan.l92 from = YY_START;
97 from = YY_START;
139 from = YY_START;
146 from = YY_START;
H A Dgenbc-scan.l93 from = YY_START;
166 from = YY_START;
179 from = YY_START;
192 if (YY_START != IMPL)
H A Dgenpr-scan.l159 from = YY_START;
166 from = YY_START;
173 from = YY_START;
181 from = YY_START;
/dports/x11/rofi/rofi-1.6.1/lexer/
H A Dtheme-lexer.l332 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
337 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
392 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
402 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
409 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
419 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
425 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
547 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
556 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
570 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
[all …]
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/lexer/
H A Dtheme-lexer.l332 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
337 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
392 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
402 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
409 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
419 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
425 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
547 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
556 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
570 g_queue_push_head ( queue, GINT_TO_POINTER (YY_START) );
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dpycode.l575 if (YY_START==SingleQuoteString ||
577 YY_START==TripleString
726 yyextra->stringContext=YY_START;
734 yyextra->stringContext=YY_START;
742 YY_START==TripleString)
747 yyextra->stringContext=YY_START;
754 YY_START==TripleString)
759 yyextra->stringContext=YY_START;
787 YY_START==DoubleQuoteString ||
788 YY_START==TripleString)
[all …]
H A Dcode.l1972 … if (YY_START != RemoveSpecialCComment) yyextra->lastSpecialCContext = YY_START;
1979 … if (YY_START != SkipComment && YY_START != SkipCxxComment)
2004 … if (YY_START != RemoveSpecialCComment) yyextra->lastSpecialCContext = YY_START;
2010 … if (YY_START != SkipComment && YY_START != SkipCxxComment)
2028 if (YY_START==SkipComment || YY_START==SkipString) REJECT;
2046 … if (YY_START != SkipComment && YY_START != SkipCxxComment)
2064 … if (YY_START != SkipComment && YY_START != SkipCxxComment)
2082 … if (YY_START != SkipComment && YY_START != SkipCxxComment)
2101 … if (YY_START != SkipComment && YY_START != SkipCxxComment)
2126 if (YY_START != SkipComment && YY_START != SkipCxxComment)
[all …]
H A Dlexscanner.l366 yyextra->lastContext = YY_START;
392 yyextra->lastContext = YY_START;
408 yyextra->lastContext = YY_START;
464 yyextra->lastContext = YY_START;
472 yyextra->lastPreLineCtrlContext = YY_START;
523 yyextra->lastPreLineCtrlContext = YY_START;
530 yyextra->lastRawStringContext = YY_START;
H A Dfortrancode.l342 yy_push_state(YY_START,yyscanner);
349 yy_push_state(YY_START,yyscanner);
388 yy_push_state(YY_START,yyscanner);
407 yy_push_state(YY_START,yyscanner);
416 yy_push_state(YY_START,yyscanner);
430 yy_push_state(YY_START,yyscanner);
471 yy_push_state(YY_START,yyscanner);
498 yy_push_state(YY_START,yyscanner);
514 yy_push_state(YY_START,yyscanner);
525 yy_push_state(YY_START,yyscanner);
[all …]
H A Dlexcode.l341 yyextra->lastContext = YY_START;
367 yyextra->lastContext = YY_START;
390 yyextra->lastContext = YY_START;
470 yyextra->lastContext = YY_START;
478 yyextra->lastPreLineCtrlContext = YY_START;
532 yyextra->lastPreLineCtrlContext = YY_START;
539 yyextra->lastRawStringContext = YY_START;
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dincludable-lexer.cc39 #ifndef YY_START
40 #define YY_START \ macro
42 #define YYSTATE YY_START
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dincludable-lexer.cc40 #ifndef YY_START
41 #define YY_START \ macro
43 #define YYSTATE YY_START
/dports/devel/bison/bison-3.7.6/src/
H A Dscan-gram.l95 if (YY_START == SC_ESCAPED_CHARACTER) \
220 context_state = YY_START;
378 bracketed_id_context_state = YY_START;
429 bracketed_id_context_state = YY_START;
698 YY_START == SC_ESCAPED_CHARACTER ? "?'"
699 : YY_START == SC_ESCAPED_STRING ? "?\""
736 context_state = YY_START;
742 context_state = YY_START;
748 context_state = YY_START;
754 context_state = YY_START;
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dpsqlscanslash.l150 cur_state->start_state = YY_START;
209 cur_state->start_state = YY_START;
396 cur_state->start_state = YY_START;
402 cur_state->start_state = YY_START;
411 cur_state->start_state = YY_START;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dpsqlscanslash.l150 cur_state->start_state = YY_START;
209 cur_state->start_state = YY_START;
396 cur_state->start_state = YY_START;
402 cur_state->start_state = YY_START;
411 cur_state->start_state = YY_START;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dpsqlscanslash.l150 cur_state->start_state = YY_START;
209 cur_state->start_state = YY_START;
396 cur_state->start_state = YY_START;
402 cur_state->start_state = YY_START;
411 cur_state->start_state = YY_START;
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dpsqlscanslash.l150 cur_state->start_state = YY_START;
209 cur_state->start_state = YY_START;
396 cur_state->start_state = YY_START;
402 cur_state->start_state = YY_START;
411 cur_state->start_state = YY_START;
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dpsqlscanslash.l150 cur_state->start_state = YY_START;
209 cur_state->start_state = YY_START;
396 cur_state->start_state = YY_START;
402 cur_state->start_state = YY_START;
411 cur_state->start_state = YY_START;
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dpsqlscanslash.l150 cur_state->start_state = YY_START;
209 cur_state->start_state = YY_START;
396 cur_state->start_state = YY_START;
402 cur_state->start_state = YY_START;
411 cur_state->start_state = YY_START;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dpsqlscanslash.l150 cur_state->start_state = YY_START;
209 cur_state->start_state = YY_START;
396 cur_state->start_state = YY_START;
402 cur_state->start_state = YY_START;
411 cur_state->start_state = YY_START;
/dports/textproc/jq/jq-jq-1.6/src/
H A Dlexer.l78 return enter(yytext[0], YY_START, yyscanner);
82 return try_exit(yytext[0], YY_START, yyscanner);
100 return enter(QQSTRING_INTERP_START, YY_START, yyscanner);

12345678910>>...68