Home
last modified time | relevance | path

Searched refs:YYACCEPT (Results 1 – 25 of 1973) sorted by relevance

12345678910>>...79

/dports/misc/libiio/libiio-0.21/iiod/
H A Dparser.y105 YYACCEPT;
110 YYACCEPT;
143 YYACCEPT;
151 YYACCEPT;
163 YYACCEPT;
174 YYACCEPT;
186 YYACCEPT;
198 YYACCEPT;
206 YYACCEPT;
213 YYACCEPT;
[all …]
/dports/emulators/tme/tme-0.8/tmesh/
H A Dtmesh-input.y100 | command_mkdir { *_tmesh_input_parsed = $1; YYACCEPT; }
101 | command_rmdir { *_tmesh_input_parsed = $1; YYACCEPT; }
102 | command_cd { *_tmesh_input_parsed = $1; YYACCEPT; }
103 | command_pwd { *_tmesh_input_parsed = $1; YYACCEPT; }
104 | command_ls { *_tmesh_input_parsed = $1; YYACCEPT; }
105 | command_connect { *_tmesh_input_parsed = $1; YYACCEPT; }
106 | command_rm { *_tmesh_input_parsed = $1; YYACCEPT; }
107 | command_mv { *_tmesh_input_parsed = $1; YYACCEPT; }
108 | command_command { *_tmesh_input_parsed = $1; YYACCEPT; }
109 | command_log { *_tmesh_input_parsed = $1; YYACCEPT; }
[all …]
H A Dtmesh-input.c736 #define YYACCEPT goto yyaccept macro
872 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
876 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
880 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
884 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
888 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
892 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
896 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
900 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
904 { *_tmesh_input_parsed = yyvsp[0]; YYACCEPT; } in yyparse()
[all …]
/dports/deskutils/genius/genius-1.0.27/src/
H A Dparse.y121 fullexpr: STARTTOK expr '\n' { YYACCEPT; }
122 | STARTTOK LOADFILE '\n' { gel_command = GEL_LOADFILE; gel_command_arg = $<id>2; YYACCEPT; }
124 | STARTTOK CHANGEDIR '\n' { gel_command = GEL_CHANGEDIR; gel_command_arg = $<id>2; YYACCEPT; }
125 | STARTTOK LS '\n' { gel_command = GEL_LS; YYACCEPT; }
126 | STARTTOK LS_ARG '\n' { gel_command = GEL_LS_ARG; gel_command_arg = $<id>2; YYACCEPT; }
127 | STARTTOK HELP '\n' { gel_command = GEL_HELP; YYACCEPT; }
128 | STARTTOK HELP_ARG '\n' { gel_command = GEL_HELP_ARG; gel_command_arg = $<id>2; YYACCEPT; }
129 | STARTTOK PWD '\n' { gel_command = GEL_PWD; YYACCEPT; }
130 | STARTTOK LOAD_PLUGIN '\n' { gel_command = GEL_LOADPLUGIN; gel_command_arg = $<id>2; YYACCEPT; }
131 | STARTTOK '\n' { YYACCEPT; }
[all …]
H A Dparse.c1556 #define YYACCEPT goto yyacceptlab macro
1904 YYACCEPT; in yyparse()
2016 { YYACCEPT; } in yyparse()
2022 … { gel_command = GEL_LOADFILE; gel_command_arg = (yyvsp[-1].id); YYACCEPT; } in yyparse()
2040 { gel_command = GEL_LS; YYACCEPT; } in yyparse()
2046 … { gel_command = GEL_LS_ARG; gel_command_arg = (yyvsp[-1].id); YYACCEPT; } in yyparse()
2052 { gel_command = GEL_HELP; YYACCEPT; } in yyparse()
2058 … { gel_command = GEL_HELP_ARG; gel_command_arg = (yyvsp[-1].id); YYACCEPT; } in yyparse()
2064 { gel_command = GEL_PWD; YYACCEPT; } in yyparse()
2076 { YYACCEPT; } in yyparse()
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/python/
H A Dpython-grammar.ym72 '(' python_dd_options ')' { YYACCEPT; }
77 '(' python_parser_options ')' { YYACCEPT; }
82 '(' python_sd_options ')' { YYACCEPT; }
87 '(' python_fetcher_options ')' { YYACCEPT; }
92 '(' python_http_header_options ')' { YYACCEPT; }
104 YYACCEPT;
/dports/devel/template-glib/template-glib-3.34.0/src/
H A Dtmpl-expr-parser.y75 YYACCEPT;
79 YYACCEPT;
87 YYACCEPT;
95 YYACCEPT;
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/timestamp/
H A Dtimestamp-grammar.ym62 : LL_CONTEXT_PARSER date_parser { YYACCEPT; }
63 | LL_CONTEXT_REWRITE fix_timezone { YYACCEPT; }
64 | LL_CONTEXT_REWRITE set_timezone { YYACCEPT; }
65 | LL_CONTEXT_REWRITE guess_timezone { YYACCEPT; }
/dports/sysutils/cfengine-devel/core-d08ae9eff/3rdparty/peg-0.1.15/examples/
H A Daccept.peg3 abcd <- 'a' { printf("A %d\n", yypos); } bc { printf("ABC %d\n", yypos); } &{YYACCEPT}
4 / 'b' { printf("B %d\n", yypos); } cd { printf("BCD %d\n", yypos); } &{YYACCEPT}
/dports/games/gnubg/gnubg-1.06.002/
H A Dexternal_y.y178 YYACCEPT;
185 YYACCEPT;
191 YYACCEPT;
197 YYACCEPT;
203 YYACCEPT;
211 YYACCEPT;
248 YYACCEPT;
H A Dexternal_y.c775 #define YYACCEPT goto yyacceptlab macro
1478 YYACCEPT; in yyparse()
1583 YYACCEPT; in yyparse()
1593 YYACCEPT; in yyparse()
1602 YYACCEPT; in yyparse()
1611 YYACCEPT; in yyparse()
1620 YYACCEPT; in yyparse()
1631 YYACCEPT; in yyparse()
1668 YYACCEPT; in yyparse()
/dports/lang/mosh/mosh-0.2.7/src/
H A DReader.y81 top_level : END_OF_FILE { currentVM()->readerContext()->setParsed(Object::Eof); YYACCEPT; }
82 | datum { currentVM()->readerContext()->setParsed($$); YYACCEPT; }
90 …DATUM_COMMENT datum END_OF_FILE { currentVM()->readerContext()->setParsed(Object::Eof); YYACCEPT; }
/dports/math/cvc3/cvc3-2.4.1/src/parser/
H A DLisp.y93 YYACCEPT;
111 YYACCEPT;
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/ns-eel2/
H A Dnseel-caltab.c154 #define YYACCEPT return(0) macro
302 YYACCEPT; in nseel_yyparse()
547 YYACCEPT; in nseel_yyparse()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/hook-commands/
H A Dhook-commands-grammar.ym67 : LL_CONTEXT_INNER_SRC hook_invocation { YYACCEPT; }
68 | LL_CONTEXT_INNER_DEST hook_invocation { YYACCEPT; }
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afprog/
H A Dafprog-grammar.ym67 : LL_CONTEXT_SOURCE source_afprogram { YYACCEPT; }
68 | LL_CONTEXT_DESTINATION dest_afprogram { YYACCEPT; }
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/java/native/
H A Djava-grammar.ym62 '(' java_dest_options ')' { YYACCEPT; }
63 | LL_CONTEXT_OPTIONS java_global_option { YYACCEPT; }
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/com_err/
H A Dparse.c281 #define YYACCEPT goto yyacceptlab macro
681 YYACCEPT; in yyparse()
809 YYACCEPT; in yyparse()
995 YYACCEPT; in yyparse()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/diskq/
H A Ddiskq-grammar.ym77 : LL_CONTEXT_INNER_DEST dest_diskq { YYACCEPT; }
78 | LL_CONTEXT_OPTIONS KW_DISK_BUFFER '(' diskq_global_options ')' { YYACCEPT; }
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dosogram.y127 YYACCEPT;
164 YYACCEPT;
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dosogram.y127 YYACCEPT;
164 YYACCEPT;
/dports/games/gnubg/gnubg-1.06.002/non-src/
H A Dexternal_y.c775 #define YYACCEPT goto yyacceptlab macro
1478 YYACCEPT; in yyparse()
1583 YYACCEPT; in yyparse()
1593 YYACCEPT; in yyparse()
1602 YYACCEPT; in yyparse()
1611 YYACCEPT; in yyparse()
1620 YYACCEPT; in yyparse()
1631 YYACCEPT; in yyparse()
1668 YYACCEPT; in yyparse()
/dports/devel/libvc/libvc-003/src/
H A Dvc_parse.c359 #define YYACCEPT goto yyacceptlab macro
831 YYACCEPT; in yyparse()
910 { YYACCEPT; } in yyparse()
1158 YYACCEPT; in yyparse()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/mqtt/
H A Dmqtt-grammar.ym81 '(' mqtt_destination_options ')' { YYACCEPT; }
87 '(' mqtt_source_options ')' { YYACCEPT; }
/dports/lang/perl5.30/perl-5.30.3/
H A Dperly.c64 #define YYACCEPT goto yyacceptlab macro
386 YYACCEPT; in Perl_yyparse()
556 YYACCEPT; in Perl_yyparse()

12345678910>>...79