Home
last modified time | relevance | path

Searched refs:regops (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/tic80/
H A Dregops.lst4 regops.s PAGE 1
64 regops.s PAGE 2
124 regops.s PAGE 3
184 regops.s PAGE 4
244 regops.s PAGE 5
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/tic80/
H A Dregops.lst4 regops.s PAGE 1
64 regops.s PAGE 2
124 regops.s PAGE 3
184 regops.s PAGE 4
244 regops.s PAGE 5
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/tic80/
H A Dregops.lst4 regops.s PAGE 1
64 regops.s PAGE 2
124 regops.s PAGE 3
184 regops.s PAGE 4
244 regops.s PAGE 5
/dports/japanese/gawk/gawk-3.0.6/
H A Dmain.c460 char *regops = " [POSIX or GNU style options]"; local
463 myname, regops, opt1, myname, regops, quote, quote);
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperlreguts.pod106 perl source, we will call the nodes in a regex program "regops".
114 The "next" pointers of all regops except C<BRANCH> implement concatenation;
202 The regops are defined in F<regnodes.h> which is generated from
204 of distinct regops is restricted to 256, with about a quarter already
338 fit in the normal 16 bits available. There are two special regops that
657 constructs. The C<TAIL> regops which are used during parsing to mark the end
658 of branches and the end of groups are examples of this. These regops are used
736 the possible states are the regops themselves, plus a number of additional
769 Nearly all regops that involve looking at the input string have
836 * data that the regops need. Often the
[all …]
H A Dperl5222delta.pod287 C<NOTHING> regops and C<EXACTFU_SS> regops in C<make_trie()> are now handled
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperlreguts.pod106 perl source, we will call the nodes in a regex program "regops".
114 The "next" pointers of all regops except C<BRANCH> implement concatenation;
202 The regops are defined in F<regnodes.h> which is generated from
204 of distinct regops is restricted to 256, with about a quarter already
338 fit in the normal 16 bits available. There are two special regops that
657 constructs. The C<TAIL> regops which are used during parsing to mark the end
658 of branches and the end of groups are examples of this. These regops are used
739 the possible states are the regops themselves, plus a number of additional
772 Nearly all regops that involve looking at the input string have
839 * data that the regops need. Often the
[all …]
H A Dperl5222delta.pod287 C<NOTHING> regops and C<EXACTFU_SS> regops in C<make_trie()> are now handled
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlreguts.pod106 perl source, we will call the nodes in a regex program "regops".
114 The "next" pointers of all regops except C<BRANCH> implement concatenation;
202 The regops are defined in F<regnodes.h> which is generated from
204 of distinct regops is restricted to 256, with about a quarter already
338 fit in the normal 16 bits available. There are two special regops that
657 constructs. The C<TAIL> regops which are used during parsing to mark the end
658 of branches and the end of groups are examples of this. These regops are used
739 the possible states are the regops themselves, plus a number of additional
772 Nearly all regops that involve looking at the input string have
839 * data that the regops need. Often the
[all …]
H A Dperl5222delta.pod287 C<NOTHING> regops and C<EXACTFU_SS> regops in C<make_trie()> are now handled
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/ipopt/
H A Dipopt_interface.cpp284 auto regops = (*app)->RegOptions()->RegisteredOptionsList(); in init_mem() local
307 auto regops_it = regops.find(option_name); in init_mem()
308 if (regops_it==regops.end()) { in init_mem()
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/bonmin/
H A Dbonmin_interface.cpp434 auto regops = bonmin.roptions()->RegisteredOptionsList(); in solve() local
439 auto regops_it = regops.find(op.first); in solve()
440 if (regops_it==regops.end()) { in solve()
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperlreguts.pod106 perl source, we will call the nodes in a regex program "regops".
113 The "next" pointers of all regops except C<BRANCH> implement concatenation;
201 The regops are defined in F<regnodes.h> which is generated from
203 of distinct regops is restricted to 256, with about a quarter already
468 the node goes. The C<regnext> of an C<END> regop is unused, as C<END> regops mean
650 constructs. The C<TAIL> regops which are used during parsing to mark the end
651 of branches and the end of groups are examples of this. These regops are used
729 the possible states are the regops themselves, plus a number of additional
762 Nearly all regops that involve looking at the input string have
829 * data that the regops need. Often the
[all …]
H A Dperl5222delta.pod287 C<NOTHING> regops and C<EXACTFU_SS> regops in C<make_trie()> are now handled
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.sym9 # First section is for regops, second section is for regmatch-states
43 # The regops that have varieties that vary depending on the character set regex
204 # NOTE: the relative order of the TRIE-like regops is significant
/dports/lang/mit-scheme/mit-scheme-9.2/src/edwin/
H A D.edwin-ffi142 ("regops" (edwin))
H A Dedwin.ldr99 (load "regops" environment)
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.sym9 # First section is for regops, second section is for regmatch-states
68 # The regops that have varieties that vary depending on the character set regex
180 # NOTE: the relative order of the TRIE-like regops is significant
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.sym9 # First section is for regops, second section is for regmatch-states
68 # The regops that have varieties that vary depending on the character set regex
180 # NOTE: the relative order of the TRIE-like regops is significant
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.sym9 # First section is for regops, second section is for regmatch-states
68 # The regops that have varieties that vary depending on the character set regex
247 # NOTE: the relative order of the TRIE-like regops is significant
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/
H A DChangeLog-2005567 * gas/tic80/regops.d: Delete.
568 * gas/tic80/regops.lst: Delete.
569 * gas/tic80/regops.s: Delete.
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/
H A DChangeLog-2005567 * gas/tic80/regops.d: Delete.
568 * gas/tic80/regops.lst: Delete.
569 * gas/tic80/regops.s: Delete.
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/
H A DChangeLog-2005567 * gas/tic80/regops.d: Delete.
568 * gas/tic80/regops.lst: Delete.
569 * gas/tic80/regops.s: Delete.
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/
H A DChangeLog-2005567 * gas/tic80/regops.d: Delete.
568 * gas/tic80/regops.lst: Delete.
569 * gas/tic80/regops.s: Delete.
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/
H A DChangeLog-2005563 * gas/tic80/regops.d: Delete.
564 * gas/tic80/regops.lst: Delete.
565 * gas/tic80/regops.s: Delete.

12