Home
last modified time | relevance | path

Searched refs:yy_push_state (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/parser/
H A DAvroLex.ll108 <READFIELD>\"type\"{delim} yy_push_state(STARTSCHEMA);
109 <READFIELD>\"name\"{delim}\" yy_push_state(READFIELDNAME);
120 <READSYMBOLS>\" yy_push_state(READSYMBOL);
128 <INUNION>{startobject} yy_push_state(INOBJECT); return yytext[0];
138 <SKIPJSONOBJECT>\{ yy_push_state(SKIPJSONOBJECT);
139 <SKIPJSONOBJECT>\" yy_push_state(SKIPJSONSTRING);
143 <SKIPJSONARRAY>\[ yy_push_state(SKIPJSONARRAY);
144 <SKIPJSONARRAY>\" yy_push_state(SKIPJSONSTRING);
153 <INOBJECT>\"name\"{delim}\" yy_push_state(READNAME);
154 <INOBJECT>\"size\"{delim} yy_push_state(READSIZE);
[all …]
/dports/devel/avro-cpp/avro-cpp-1.11.0/parser/
H A DAvroLex.ll108 <READFIELD>\"type\"{delim} yy_push_state(STARTSCHEMA);
109 <READFIELD>\"name\"{delim}\" yy_push_state(READFIELDNAME);
120 <READSYMBOLS>\" yy_push_state(READSYMBOL);
128 <INUNION>{startobject} yy_push_state(INOBJECT); return yytext[0];
138 <SKIPJSONOBJECT>\{ yy_push_state(SKIPJSONOBJECT);
139 <SKIPJSONOBJECT>\" yy_push_state(SKIPJSONSTRING);
143 <SKIPJSONARRAY>\[ yy_push_state(SKIPJSONARRAY);
144 <SKIPJSONARRAY>\" yy_push_state(SKIPJSONSTRING);
153 <INOBJECT>\"name\"{delim}\" yy_push_state(READNAME);
154 <INOBJECT>\"size\"{delim} yy_push_state(READSIZE);
[all …]
/dports/science/rmf/rmf-1.3.1/src/avrocpp/parser/
H A DAvroLex.ll108 <READFIELD>\"type\"{delim} yy_push_state(STARTSCHEMA);
109 <READFIELD>\"name\"{delim}\" yy_push_state(READFIELDNAME);
120 <READSYMBOLS>\" yy_push_state(READSYMBOL);
128 <INUNION>{startobject} yy_push_state(INOBJECT); return yytext[0];
138 <SKIPJSONOBJECT>\{ yy_push_state(SKIPJSONOBJECT);
139 <SKIPJSONOBJECT>\" yy_push_state(SKIPJSONSTRING);
143 <SKIPJSONARRAY>\[ yy_push_state(SKIPJSONARRAY);
144 <SKIPJSONARRAY>\" yy_push_state(SKIPJSONSTRING);
153 <INOBJECT>\"name\"{delim}\" yy_push_state(READNAME);
154 <INOBJECT>\"size\"{delim} yy_push_state(READSIZE);
[all …]
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/codegen/
H A Danalyzer.l49 Q[A-Z]+_REGISTER_TYPE\( { yy_push_state(REGISTER_TYPE); return REGISTER_TYPE_BEGIN; }
67 [[:space:]]enum { yy_push_state(ENUM); return ENUM_KEYWORD; }
72 = { yy_push_state(ENUM_EAT_ASSIGNMENT); }
85 <*>\/\/ { yy_push_state(LINE_COMMENT); }
88 codegen: { yy_push_state(INSTRUCTION); return INSTRUCTIONS_BEGIN; }
100 <*>\/\* { yy_push_state(C_STYLE_COMMENT); }
107 [[:space:]]namespace { yy_push_state(NAMESPACE); return NAMESPACE_KEYWORD; }
114 [[:space:]]class { yy_push_state(CLASS); return CLASS_KEYWORD; }
122 template[[:space:]]*\< { yy_push_state(EAT_TEMPLATE); }
124 \< { yy_push_state(EAT_TEMPLATE); };
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/panorama/panoparser/ptoparser/
H A DpanoScanner.l167 yy_push_state(mask);
215 yy_push_state(mask);
225 yy_push_state(mask);
242 yy_push_state(INITIAL);
249 yy_push_state(INITIAL);
251 yy_push_state(parm);
252 yy_push_state(parm);
253 yy_push_state(parm);
254 yy_push_state(parm);
263 yy_push_state(INITIAL);
[all …]
/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dcfglex.l28 <*>"/*" yy_push_state(comment);
37 "=" { yy_push_state(string); return EQ; }
48 yy_push_state(ifbody);
59 file yy_push_state(filename); return IFILE; /* PCAP file */
94 rsh|rcmd { yy_push_state(rshdef); return RSH; }
98 "=" { yy_push_state(string); return EQ; }
115 netflow { yy_push_state(nflowdef); return NETFLOW; }
141 capture-ports { yy_push_state(cports); return CAPTURE_PORTS; }
154 aggr[a-z]* { yy_push_state(aggr); return AGGR; }
/dports/devel/global/global-6.6.7/libparser/
H A Dasm_scan.l97 "/*" { yy_push_state(C_COMMENT); }
112 "//" { yy_push_state(CPP_COMMENT); }
120 \" { yy_push_state(STRING); }
129 \' { yy_push_state(LITERAL); }
145 yy_push_state(CPP_COMMENT);
148 yy_push_state(PREPROCESSOR_LINE);
151 yy_push_state(PREPROCESSOR_LINE);
154 yy_push_state(PREPROCESSOR_LINE);
160 yy_push_state(PREPROCESSOR_LINE);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/sh-manpage-completions/
H A Dfish-completions.l35 yy_push_state(X_line);
39 <X_line>(-c|--command){SPACE} yy_push_state(X_c);
40 <X_line>(-d|--description){SPACE} yy_push_state(X_d);
41 <X_line>(-o|--old-option){SPACE} yy_push_state(X_o);
42 <X_line>(-s|--short-option){SPACE} yy_push_state(X_s);
43 <X_line>(-l|--long-option){SPACE} yy_push_state(X_l);
47 yy_push_state(X_s_quoted);
57 yy_push_state(X_d_quoted);
/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_scanner.l140 <S_SCRIPTING>"/*" { yy_push_state( S_COMMENT ); }
141 <S_COMMENT>"/*" { yy_push_state( S_COMMENT ); }
148 <S_SCRIPTING>"//" yy_push_state( S_CPPCOMMENT );
157 yy_push_state( S_STRING );
166 yy_push_state( S_STRING_VARIABLE );
172 yy_push_state( S_STRING_VARIABLE_PART_TWO );
180 yy_push_state( S_STRING_VARIABLE_PART_THREE );
192 yy_push_state( S_STRING_EXPR );
202 yy_push_state( S_SCRIPTING );
/dports/textproc/tth/tth_C/
H A Dtth.c14176 #define GET_DIMEN {yy_push_state(lookforunit);yy_push_state(lookfornum);\
15316 else{yy_push_state(macarg);yy_push_state(embracetok);}\
15368 yy_push_state(macarg);yy_push_state(embracetok);
16487 yy_push_state(getiftok);*strif=0; yy_push_state(removespace);
16522 yy_push_state(getifx);*strif=0; yy_push_state(removespace);
22225 yy_push_state(inputfile);yy_push_state(removespace);
22486 iac=-1;yy_push_state(advance); yy_push_state(removespace);
23763 yy_push_state(lookforunit);yy_push_state(lookfornum);
24013 yy_push_state(macarg);yy_push_state(embracetok);yy_push_state(optag);
24045 yy_push_state(macarg);yy_push_state(embracetok);
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DVPreLex.l146 <INITIAL>{quote} { yy_push_state(STRMODE); yymore(); }
161 <STRIFY>{quote} { yy_push_state(STRMODE); yymore(); }
175 <INITIAL>"`protected" { yy_push_state(PRTMODE); yymore(); }
202 <DEFFORM>"/*" { yy_push_state(CMTMODE); yymore(); }
243 <ARGMODE>"/*" { yy_push_state(CMTMODE); yymore(); }
248 <ARGMODE>{quote} { yy_push_state(STRMODE); yymore(); }
287 if (LEXP->m_synthesis) { yy_push_state(OFFMODE); }
302 <INITIAL>"/*" { yy_push_state(CMTMODE); yymore(); }
331 yy_push_state(ARGMODE);
345 yy_push_state(DEFVAL);
[all …]
/dports/security/libprelude/libprelude-1.2.6/src/
H A Didmef-criteria-string.lex.c688 static void yy_push_state (int new_state );
886 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_SUBSTRING; }
915 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_SUBSTRING; }
935 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_GREATER; }
945 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_LESS; }
955 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_REGEXP; }
965 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_NOT_REGEXP; }
975 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_EQUAL; }
980 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_EQUAL; }
990 { yy_push_state(IDMEF_VALUE); return TOK_RELATION_NOT_EQUAL; }
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfg/
H A Dconfig-lex.l95 \/\* { yy_push_state ( CMT_SLASH_STAR, yyscanner ); }
128 …{sstr_char})+/{ref_start} { REM_LQUOTE; yy_push_state ( IN_SNG_STRING, yyscanner ); yy_pus…
130 <IN_SNG_STRING>{ref_start} { yy_push_state ( IN_VAR_REF, yyscanner ); yyless(0); }
131 <IN_SNG_STRING>{sstr_char}+/{ref_start} { yy_push_state ( IN_VAR_REF, yyscanner ); return kfgSTRING…
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfg/
H A Dconfig-lex.l95 \/\* { yy_push_state ( CMT_SLASH_STAR, yyscanner ); }
128 …{sstr_char})+/{ref_start} { REM_LQUOTE; yy_push_state ( IN_SNG_STRING, yyscanner ); yy_pus…
130 <IN_SNG_STRING>{ref_start} { yy_push_state ( IN_VAR_REF, yyscanner ); yyless(0); }
131 <IN_SNG_STRING>{sstr_char}+/{ref_start} { yy_push_state ( IN_VAR_REF, yyscanner ); return kfgSTRING…
/dports/graphics/tinyows/tinyows-1.1.0/src/mapfile/
H A Dmapfile.l605 yy_push_state(LEGEND); OWS_MAP_DBG }
618 <INITIAL>MAP { yy_push_state(MAP); OWS_MAP_DBG }
619 <MAP>WEB { yy_push_state(WEB); OWS_MAP_DBG }
620 <MAP>QUERYMAP { yy_push_state(QUERYMAP); OWS_MAP_DBG }
682 <MAP>SYMBOL { yy_push_state(SYMBOL); OWS_MAP_DBG }
687 <LAYER>GRID { yy_push_state(GRID); OWS_MAP_DBG }
688 <LAYER>JOIN { yy_push_state(JOIN); OWS_MAP_DBG }
690 <LAYER>CLASS { yy_push_state(CLASS); OWS_MAP_DBG }
691 <CLASS>STYLE { yy_push_state(STYLE); OWS_MAP_DBG }
692 <CLASS>LABEL { yy_push_state(LABEL); OWS_MAP_DBG }
[all …]
/dports/devel/global/global-6.6.7/htags/
H A Dasm.l68 <ASM,PREPROCESSOR_LINE>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
76 <ASM,PREPROCESSOR_LINE>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
79 <ASM,PREPROCESSOR_LINE>\" { ECHO; yy_push_state(STRING); }
84 <ASM,PREPROCESSOR_LINE>\' { ECHO; yy_push_state(LITERAL); }
144 yy_push_state(PREPROCESSOR_LINE);
152 yy_push_state(SHELL_COMMENT);
H A Dc.l73 "/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
83 "//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
88 \" { ECHO; yy_push_state(STRING); }
95 \' { ECHO; yy_push_state(LITERAL); }
163 yy_push_state(PREPROCESSOR_LINE);
192 "{" { put_brace(LEXTEXT); brace_level = 1; yy_push_state(BRACED_CODE); }
197 <YACC_DECLARATIONS>"%{" { put_reserved_word(LEXTEXT); yy_push_state(YACC_PROLOGUE); }
H A Djava.l63 <JAVA>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
66 <JAVA>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
69 <JAVA>\" { ECHO; yy_push_state(STRING); }
74 <JAVA>\' { ECHO; yy_push_state(LITERAL); }
H A Dphp.l86 <PHP>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
89 <PHP>"#" { echos(comment_begin); ECHO; yy_push_state(SHELL_COMMENT); }
90 <PHP>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
93 <PHP>\" { ECHO; yy_push_state(STRING); }
98 <PHP>\' { ECHO; yy_push_state(LITERAL); }
242 yy_push_state(HEREDOCUMENT);
H A Dcpp.l68 <CPP,PREPROCESSOR_LINE>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
76 <CPP,PREPROCESSOR_LINE>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
79 <CPP,PREPROCESSOR_LINE>\" { ECHO; yy_push_state(STRING); }
84 <CPP,PREPROCESSOR_LINE>\' { ECHO; yy_push_state(LITERAL); }
149 yy_push_state(PREPROCESSOR_LINE);
/dports/devel/libmimedir/libmimedir-0.5.1/
H A Ddirlex.l85 yy_push_state(optParam);
91 ";" yy_push_state(paramName);
94 yy_push_state(TextValue);
107 yy_push_state(paramValue);
134 {DQUOTE} yy_push_state(paramQuotedValue);
/dports/lang/maude/maude-2.7.1/src/Mixfix/
H A DlexerAux.cc103 yy_push_state(BUBBLE_MODE); in lexBubble()
114 yy_push_state(BUBBLE_MODE); in lexBubble()
124 yy_push_state(BUBBLE_MODE); in lexContinueBubble()
156 yy_push_state(FILE_NAME_MODE); in lexerFileNameMode()
162 yy_push_state(STRING_MODE); in lexerStringMode()
171 yy_push_state(LATEX_MODE); in lexerLatexMode()
/dports/net/tcpkali/tcpkali-1.1.1/src/
H A Dtcpkali_expr_l.l30 "\\{" { yy_push_state(in_expression); return '{'; }
84 "<" { yy_push_state(in_filename); return '<'; }
85 "{" { yy_push_state(in_expression); return '{'; }
107 "re" { yy_push_state(in_regex); return TOK_regex; }
/dports/cad/verilator/verilator-4.216/src/
H A DV3PreLex.l249 <INITIAL>{quote} { yy_push_state(STRMODE); yymore(); }
270 <STRIFY>{quote} { yy_push_state(STRMODE); yymore(); }
284 <INITIAL>"`protected" { yy_push_state(PRTMODE); yymore(); }
313 <DEFFORM>"/*" { yy_push_state(CMTMODE); yymore(); }
360 <ARGMODE>"/*" { yy_push_state(CMTMODE); yymore(); }
366 <ARGMODE>{quote} { yy_push_state(STRMODE); yymore(); }
404 <INITIAL>"//" { yy_push_state(CMTONEM); yymore(); }
410 <INITIAL>"/*" { yy_push_state(CMTMODE); yymore(); }
440 yy_push_state(ARGMODE);
454 yy_push_state(DEFVAL);
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/
H A Dbison_yylval_scanner.l52 "</" { NEED_TAG_NAME= yes; yy_push_state( IN_TAG, yyscanner); return LTSLASH;}
53 "<"[^[:alpha:]] { yy_push_state(DISCARD_THRU_GT,yyscanner); }
54 "<" { NEED_TAG_NAME= yes; yy_push_state( IN_TAG, yyscanner); return LT; }

12345678910>>...22