Home
last modified time | relevance | path

Searched refs:ruleno (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/science/p5-PerlMol/PerlMol-0.3500/inc/BUNDLES/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DLalr.pm122 my($ruleno,$pos)=@$_;
126 $ruleno
197 my($term,$ruleno)=@$_;
200 $ruleno < 0
203 $ruleno = -$ruleno;
207 if($ruleno) {
484 my($ruleno,$pos)=@$_;
502 my($ruleno,$pos)=@$_;
704 my($key)="$ruleno.$pos";
709 $ruleno,$pos,$key);
[all …]
H A DGrammar.pm52 my($ruleno)=-1;
58 $text.=++$ruleno.":\t".$lhs." -> ";
129 my($ruleno);
143 $text.="[#Rule ".$ruleno++."\n\t\t '$lhs', $len,";
263 my($ruleno)=shift(@fifo);
265 for my $sym (@{$$rules[$ruleno][1]}) {
365 for my $ruleno (0..$#$rules) {
366 vec($ufrules,$ruleno,1)
367 and exists($$grammar{NTERM}{$$rules[$ruleno][0]})
369 push(@{$$grammar{RULES}},$$rules[$ruleno]);
[all …]
/dports/devel/p5-Parse-Yapp/Parse-Yapp-1.21/lib/Parse/Yapp/
H A DLalr.pm123 my($ruleno,$pos)=@$_;
127 $ruleno
198 my($term,$ruleno)=@$_;
201 $ruleno < 0
204 $ruleno = -$ruleno;
208 if($ruleno) {
485 my($ruleno,$pos)=@$_;
503 my($ruleno,$pos)=@$_;
705 my($key)="$ruleno.$pos";
710 $ruleno,$pos,$key);
[all …]
H A DGrammar.pm53 my($ruleno)=-1;
59 $text.=++$ruleno.":\t".$lhs." -> ";
130 my($ruleno);
144 $text.="[#Rule ".$ruleno++."\n\t\t '$lhs', $len,";
264 my($ruleno)=shift(@fifo);
266 for my $sym (@{$$rules[$ruleno][1]}) {
366 for my $ruleno (0..$#$rules) {
367 vec($ufrules,$ruleno,1)
368 and exists($$grammar{NTERM}{$$rules[$ruleno][0]})
370 push(@{$$grammar{RULES}},$$rules[$ruleno]);
[all …]
/dports/net-mgmt/netustad/netustad-0.3.1/data/linux/
H A Dnat_edit36 ruleno=`echo $QUERY_STRING | $awk_cmd -F\& '{print $9}' | $sed_cmd s/ruleno=//`
38 …$fw_cmd -t nat -R $chain $ruleno -p $proto -s $src_ip $src_port -d $dst_ip $dst_port -j MASQUERADE…
40 …$fw_cmd -t nat -R $chain $ruleno -p $proto -s $src_ip $src_port -d $dst_ip $dst_port -j SNAT --to …
49 ruleno=`echo $QUERY_STRING | $awk_cmd -F\& '{print $5}' | $sed_cmd s/ruleno=//`
50 $fw_cmd -t nat -R $chain $ruleno -d $publichost -j DNAT --to $privatehost
51 $fw_cmd -t nat -R $chain $ruleno -s $privatehost -j SNAT --to $publichost
62 ruleno=`echo $QUERY_STRING | $awk_cmd -F\& '{print $8}' | $sed_cmd s/ruleno=//`
63 …$fw_cmd -t nat -R $chain $ruleno -p $proto -d $publichost --dport $publicport -j DNAT --to $privat…
/dports/lang/mono/mono-5.10.1.57/mcs/jay/
H A Dmkpar.c139 ruleno = LAruleno[i];
152 add_reduce(actions, ruleno, symbol) in add_reduce() argument
154 register int ruleno, symbol;
178 temp->number = ruleno;
179 temp->prec = rprec[ruleno];
181 temp->assoc = rassoc[ruleno];
340 register int count, ruleno; local
344 ruleno = 0;
351 if (ruleno > 0 && p->number != ruleno)
355 ruleno = p->number;
[all …]
/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Dmkpar.c104 register int ruleno, tokensetsize; in add_reductions() local
112 ruleno = LAruleno[i]; in add_reductions()
117 actions = add_reduce(actions, ruleno, j); in add_reductions()
149 temp->number = ruleno; in add_reduce()
150 temp->prec = rprec[ruleno]; in add_reduce()
152 temp->assoc = rassoc[ruleno]; in add_reduce()
311 register int count, ruleno; in sole_reduction() local
315 ruleno = 0; in sole_reduction()
322 if (ruleno > 0 && p->number != ruleno) in sole_reduction()
326 ruleno = p->number; in sole_reduction()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Dmkpar.c104 register int ruleno, tokensetsize; in add_reductions() local
112 ruleno = LAruleno[i]; in add_reductions()
117 actions = add_reduce(actions, ruleno, j); in add_reductions()
149 temp->number = ruleno; in add_reduce()
150 temp->prec = rprec[ruleno]; in add_reduce()
152 temp->assoc = rassoc[ruleno]; in add_reduce()
311 register int count, ruleno; in sole_reduction() local
315 ruleno = 0; in sole_reduction()
322 if (ruleno > 0 && p->number != ruleno) in sole_reduction()
326 ruleno = p->number; in sole_reduction()
[all …]
H A Dclosure.c128 register int ruleno; in closure() local
160 ruleno = 0; in closure()
167 ruleno += BITS_PER_WORD; in closure()
175 itemno = rrhs[ruleno]; in closure()
184 ++ruleno; in closure()
/dports/devel/bison/bison-3.7.6/src/
H A Dreader.c619 rule_number ruleno = 0; in packgram() local
643 rules[ruleno].code = ruleno; in packgram()
644 rules[ruleno].number = ruleno; in packgram()
646 rules[ruleno].rhs = ritem + itemno; in packgram()
647 rules[ruleno].prec = NULL; in packgram()
648 rules[ruleno].dprec = lhs->dprec; in packgram()
649 rules[ruleno].merger = lhs->merger; in packgram()
650 rules[ruleno].precsym = NULL; in packgram()
652 rules[ruleno].useful = true; in packgram()
693 ++ruleno; in packgram()
[all …]
H A Dgraphviz.c105 conclude_red (struct obstack *out, int source, rule_number ruleno, in conclude_red() argument
115 char const *color = enabled ? ruleno ? "3" : "1" : "5"; in conclude_red()
122 source, source, ruleno, ed); in conclude_red()
138 source, ruleno, ed); in conclude_red()
139 if (ruleno) in conclude_red()
140 fprintf (fout, "R%d", ruleno); in conclude_red()
185 rule_number ruleno = reds->rules[j]->number; in output_red() local
202 conclude_red (&dout, source, ruleno, false, firstd, fout); in output_red()
203 conclude_red (&eout, source, ruleno, true, firste && !defaulted, fout); in output_red()
H A Dnullable.c71 for (rule_number ruleno = 0; ruleno < nrules; ++ruleno) in nullable_compute() local
72 if (rules[ruleno].useful) in nullable_compute()
74 const rule *r = &rules[ruleno]; in nullable_compute()
88 rcount[ruleno]++; in nullable_compute()
/dports/devel/cscout/cscout-bd7dfac/btyacc/
H A Dmkpar.c83 register int ruleno, tokensetsize; in add_reductions() local
91 ruleno = LAruleno[i]; in add_reductions()
96 actions = add_reduce(actions, ruleno, j); in add_reductions()
126 temp->number = ruleno; in add_reduce()
127 temp->prec = rprec[ruleno]; in add_reduce()
129 temp->assoc = rassoc[ruleno]; in add_reduce()
263 register int count, ruleno; in sole_reduction() local
267 ruleno = 0; in sole_reduction()
274 if (ruleno > 0 && p->number != ruleno) in sole_reduction()
278 ruleno = p->number; in sole_reduction()
[all …]
/dports/devel/byaccj/byaccj1.15/src/
H A Dmkpar.c84 int ruleno, tokensetsize; in add_reductions() local
91 ruleno = LAruleno[i]; in add_reductions()
96 actions = add_reduce(actions, ruleno, j); in add_reductions()
123 temp->number = ruleno; in add_reduce()
124 temp->prec = rprec[ruleno]; in add_reduce()
126 temp->assoc = rassoc[ruleno]; in add_reduce()
278 int count, ruleno; in sole_reduction() local
282 ruleno = 0; in sole_reduction()
289 if (ruleno > 0 && p->number != ruleno) in sole_reduction()
293 ruleno = p->number; in sole_reduction()
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/
H A Dmkpar.c92 register int ruleno, tokensetsize; in add_reductions() local
100 ruleno = LAruleno[i]; in add_reductions()
105 actions = add_reduce(actions, ruleno, j); in add_reductions()
137 temp->number = ruleno; in add_reduce()
138 temp->prec = rprec[ruleno]; in add_reduce()
140 temp->assoc = rassoc[ruleno]; in add_reduce()
318 register int count, ruleno; in sole_reduction() local
322 ruleno = 0; in sole_reduction()
331 if (ruleno > 0 && p->number != ruleno) in sole_reduction()
335 ruleno = p->number; in sole_reduction()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmlmin/
H A Dmain.cpp184 bool isRegExpRule(int ruleno) const in isRegExpRule()
190 void handleLookaheads(int ruleno) { in handleLookaheads() argument
214 if (ruleno == J_SCRIPT_REGEXPLITERAL_RULE2) { in scanRestOfRegExp()
405 const int ruleno = -yyaction - 1; in parse() local
406 yytos -= rhs[ruleno]; in parse()
408 handleLookaheads(ruleno); in parse()
410 if (isRegExpRule(ruleno)) { in parse()
508 const int ruleno = -yyaction - 1; in parse() local
509 yytos -= rhs[ruleno]; in parse()
511 handleLookaheads(ruleno); in parse()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmlmin/
H A Dmain.cpp184 bool isRegExpRule(int ruleno) const in isRegExpRule()
190 void handleLookaheads(int ruleno) { in handleLookaheads() argument
214 if (ruleno == J_SCRIPT_REGEXPLITERAL_RULE2) { in scanRestOfRegExp()
405 const int ruleno = -yyaction - 1; in parse() local
406 yytos -= rhs[ruleno]; in parse()
408 handleLookaheads(ruleno); in parse()
410 if (isRegExpRule(ruleno)) { in parse()
508 const int ruleno = -yyaction - 1; in parse() local
509 yytos -= rhs[ruleno]; in parse()
511 handleLookaheads(ruleno); in parse()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A Dmkpar.c116 int ruleno, tokensetsize; in add_reductions() local
124 ruleno = LAruleno[i]; in add_reductions()
137 int ruleno, in add_reduce() argument
162 temp->number = (Value_t) ruleno; in add_reduce()
163 temp->prec = rprec[ruleno]; in add_reduce()
165 temp->assoc = rassoc[ruleno]; in add_reduce()
349 int count, ruleno; in sole_reduction() local
353 ruleno = 0; in sole_reduction()
360 if (ruleno > 0 && p->number != ruleno) in sole_reduction()
364 ruleno = p->number; in sole_reduction()
[all …]
/dports/databases/jdb/jdb-1.14/
H A Dipchain_logs_to_db54 my($flags, $ruleno) = ('-', $f[18]);
55 if ($ruleno !~ /^\(/) {
57 $ruleno = $f[19];
59 $ruleno =~ s/\(\#(\d+)\)/$1/;
66 $flags, $ruleno);
/dports/databases/ipa_sdb/ipa_sdb-1.1.1/src/
H A Dsdb_db_mod.c491 RULE(ruleno) = rule; in alloc_rule()
494 rule->no = ruleno; in alloc_rule()
1475 rule = RULE(ruleno); in init_rule()
2067 rule = RULE(ruleno); in db_get_limit_state()
2494 rule = RULE(ruleno); in db_set_limit_state()
2666 rule = RULE(ruleno); in db_update_limit()
2722 rule = RULE(ruleno); in db_limit_event()
2800 rule = RULE(ruleno); in db_set_limit_active()
2963 rule = RULE(ruleno); in db_append_rule()
3071 rule = RULE(ruleno); in db_update_rule()
[all …]
H A Dsdb_st_mod.c357 RULE(ruleno) = rule; in alloc_rule()
360 rule->no = ruleno; in alloc_rule()
830 rule = RULE(ruleno); in st_init_rule()
894 rule = RULE(ruleno); in st_init_limit()
896 rule = RULE(ruleno); in st_init_limit()
977 rule = RULE(ruleno); in st_deinit_limit()
1021 rule = RULE(ruleno); in st_init_threshold()
1261 rule = RULE(ruleno); in st_get_rule_info()
1446 rule = RULE(ruleno); in st_get_rule_stat()
1686 rule = RULE(ruleno); in st_get_limits_list()
[all …]
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_autorules.c526 unsigned int ruleno; in create_rule() local
564 marray_free(rules_ptr_marray, ruleno); in create_rule()
577 RULE(ruleno) = rule; in create_rule()
581 rule->no = ruleno; in create_rule()
671 ruleno, autorule->name); in create_rule()
693 if (ruleno < nstatrules) { in delete_rule()
696 mod_name, ruleno); in delete_rule()
702 mod_name, ruleno); in delete_rule()
707 rule = RULE(ruleno); in delete_rule()
722 ruleno, autorule->name); in delete_rule()
[all …]
/dports/net-mgmt/netustad/netustad-0.3.1/src/
H A Dlinuxeditrule.c26 char *ruleno; in editrule() local
53 ruleno = (char *)strdup(strtok(tempstr, "@\n")); in editrule()
56 param[pos] = (char *)strdup(ruleno); in editrule()
102 (char *) ruleno, in editrule()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/qml/
H A Dinteractiveinterpreter.cpp63 const int ruleno = -yyaction - 1; in canEvaluate() local
64 yytos -= rhs[ruleno]; in canEvaluate()
65 yyaction = nt_action(m_stateStack[yytos], lhs[ruleno] - TERMINAL_COUNT); in canEvaluate()
/dports/net/dgd/dgd-1.4.23/src/parser/
H A Dgrammar.c772 int token, ruleno, nrgx, nstr, nestr, nprod; in parse_grammar() local
799 for (ruleno = 1; ; ruleno++) { in parse_grammar()
834 ruleno); in parse_grammar()
861 ruleno); in parse_grammar()
866 ruleno); in parse_grammar()
921 ruleno); in parse_grammar()
1019 ruleno); in parse_grammar()
1034 sprintf(buffer, "Rule %d is too long", ruleno); in parse_grammar()
1071 sprintf(buffer, "Rule %d: bad token", ruleno); in parse_grammar()
1087 sprintf(buffer, "Rule %d: string too long", ruleno); in parse_grammar()
[all …]

12345678