Home
last modified time | relevance | path

Searched refs:USING (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/
H A D07_exttag.t19 if ($str =~ s/\A# USING://) { $neg = 0; $cmd = $str; next; }
46 # USING: gen_extract_tagged("BEGIN([A-Z]+)",'END$1',"(?s).*?(?=BEGIN)")->($str);
50 # USING: extract_tagged($str,"BEGIN([A-Z]+)",'END$1',"(?s).*?(?=BEGIN)");
54 # USING: extract_tagged($str,"BEGIN([A-Z]+)",'END$1',"(?s).*?(?=BEGIN)");
61 # USING: extract_tagged($str,"BEGIN","END","(?s).*?(?=BEGIN)");
64 # USING: extract_tagged($str);
67 # USING: extract_tagged($str,qr/<[A-Z]+>/,undef, undef, {ignore=>["<BR>"]});
70 # USING: extract_tagged($str,"BEGIN","END");
74 # USING: extract_tagged($str,undef,undef,undef,{ignore=>["<[^>]*/>"]});
77 # USING: extract_tagged($str,";","-",undef,{reject=>[";"],fail=>"MAX"});
[all …]
H A D09_gentag.t21 if ($str =~ s/\A# USING://)
59 # USING: gen_extract_tagged('{','}');
62 # USING: gen_extract_tagged(qr/<[A-Z]+>/,undef, undef, {ignore=>["<BR>"]});
65 # USING: gen_extract_tagged("BEGIN","END");
69 # USING: gen_extract_tagged(undef,undef,undef,{ignore=>["<[^>]*/>"]});
72 # USING: gen_extract_tagged(";","-",undef,{reject=>[";"],fail=>"MAX"});
75 # USING: gen_extract_tagged("<[A-Z]+>",undef, undef, {ignore=>["<BR>"]});
83 # USING: gen_extract_tagged("BEGIN","END",undef,{reject=>["BEGIN","END"]});
87 # USING: gen_extract_tagged(";","-",undef,{reject=>[";"],fail=>"PARA"});
91 # USING: gen_extract_tagged();
H A D03_extcbk.t19 if ($str =~ s/\A# USING://) { $neg = 0; $cmd = $str; next; }
65 # USING: extract_codeblock($str,'(){}',undef,'()');
68 # USING: extract_codeblock($str);
78 # USING: extract_codeblock($str,'<>');
89 # USING: extract_codeblock($str, '()');
93 # USING: extract_codeblock($str,undef,'=*');
96 # USING: extract_codeblock($str,'{}<>');
99 # USING: extract_codeblock($str,'{}',undef,'<>');
102 # USING: extract_codeblock($str,'{}');
H A D02_extbrk.t19 if ($str =~ s/\A# USING://) { $neg = 0; $cmd = $str; next; }
46 # USING: extract_bracketed($str);
50 # USING: extract_bracketed($str,'{}');
58 # USING: extract_bracketed($str,'<"`q>');
61 # USING: extract_bracketed($str,'<">');
64 # USING: extract_bracketed($str,'<"`>');
H A D04_extdel.t19 if ($str =~ s/\A# USING://) { $neg = 0; $cmd = $str; next; }
58 # USING: extract_delimited($str,'/#$',undef,'/#$');
67 # USING: extract_delimited($str,'/#$',undef,'\\');
76 # USING: extract_delimited($str);
89 # USING: extract_delimited($str,'/#$','-->');
H A D08_extvar.t19 if ($str =~ s/\A# USING://) { $neg = 0; $cmd = $str; next; }
50 # USING: extract_variable($str);
55 # USING: extract_variable($str);
147 # USING: extract_variable($str,'=*');
H A D06_extqlk.t20 if ($str =~ s/\A# USING://) { $neg = 0; $cmd = $str; next; }
71 # USING: extract_quotelike($str);
/openbsd-src/sbin/restore/
H A Drestore.h125 #define USING 1 /* extracting from the tape */ macro
H A Dtape.c262 curfile.action = USING; in setup()
270 curfile.action = USING; in setup()
433 if (curfile.action == USING) { in getvol()
459 if (gettingfile && curfile.action == USING) { in terminateinput()
535 curfile.action = USING; in extractfile()
902 case USING: in readtape()
H A Ddirs.c181 curfile.action = USING; in extractdirs()
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-i370.texi55 directives is ignored; thus for example, .using and USING have the same
75 relative to the last USING directive. Note that this means that
79 All labels are relative to the last USING. Thus, branches to a label
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i370.texi55 directives is ignored; thus for example, .using and USING have the same
75 relative to the last USING directive. Note that this means that
79 All labels are relative to the last USING. Thus, branches to a label
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dintro.doc7 INTRODUCTION TO USING CVS
32 USING CVS
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/
H A DREADME45 USING that will place address literals in the data section, this forces
52 the meaning of the USING directive to encompass this. This would
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DTypeBitCodes.def65 TYPE_BIT_CODE(Using, USING, 54)
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreelang.texi38 @set USING
44 @c @clear USING
47 @ifset USING
51 @c seems reasonable to assume at least one of INTERNALS or USING is set...
55 @ifclear USING
60 @ifclear USING
112 @ifset USING
119 @ifclear USING
145 @ifset USING
153 @ifclear USING
[all …]
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreelang.texi34 @set USING
40 @c @clear USING
43 @ifset USING
47 @c seems reasonable to assume at least one of INTERNALS or USING is set...
51 @ifclear USING
56 @ifclear USING
108 @ifset USING
115 @ifclear USING
135 @ifset USING
142 @ifclear USING
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y332 %token NAMESPACE TYPENAME_KEYWORD USING
584 USING qualified_id
586 | USING global_scope qualified_id
588 | USING global_scope unqualified_id
593 USING namespace_qualifier identifier
595 | USING global_scope identifier
597 | USING global_scope namespace_qualifier identifier
602 USING NAMESPACE
H A Dlex.c536 /* RID_USING */ USING,
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.vos76 =head1 USING PERL IN OPENVOS
/openbsd-src/gnu/llvm/lldb/docs/man/
H A Dlldb.rst294 USING LLDB
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfilter.pod77 =head1 USING FILTERS
373 =head1 USING CONTEXT: THE DEBUG FILTER
H A Dperlform.pod14 much more legible, more like BASIC's PRINT USING statement. Think of it
H A Dperllocale.pod187 =head1 USING LOCALES
698 the full list of relevant environment variables and L</"USING LOCALES">
910 As noted in L</USING LOCALES>, C<cmp> compares according to the current
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DTransition.pod454 =head1 USING UTF8

12