Home
last modified time | relevance | path

Searched refs:CLOSE (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/regress/usr.bin/mandoc/roff/cond/
H A Dclose.out_ascii1 COND-CLOSE(1) General Commands Manual COND-CLOSE(1)
42 OpenBSD November 26, 2018 COND-CLOSE(1)
/openbsd-src/gnu/usr.bin/perl/lib/Tie/
H A DStdHandle.pm50 sub CLOSE { close($_[0]) } subroutine
55 $_[0]->CLOSE if defined($_[0]->FILENO);
H A DHandle.pm196 sub CLOSE { subroutine
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dtiehandle.t75 sub CLOSE {
76 ::compare(CLOSE => @_);
158 @expect = (CLOSE => $ob);
/openbsd-src/usr.bin/awk/
H A Dawkgram.y56 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
84 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
376 | CLOSE term { $$ = op1(CLOSE, $2); }
H A Dmaketab.c81 { CLOSE, "closefile", "closefile" },
H A Dlex.c54 { "close", CLOSE, CLOSE },
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/
H A Drx_tiesql.test78 CLOSE c1
H A Drx_sql.test87 CLOSE c1
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DTiedOutFH.pm59 sub CLOSE { 1 }
60 sub CLOSE { 1 } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm561 sub CLOSE { shift->close(@_); } subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Zlib/
H A DZlib.pm478 sub CLOSE subroutine
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-1t.fin37 Close CLOSE
/openbsd-src/gnu/usr.bin/perl/
H A Dconfigure.com75 $ CLOSE/NOLOG CONFIG
587 $ CLOSE CONFIG
589 $ CLOSE MISSING
730 $ CLOSE CONFIG
742 $ CLOSE CONFIG
872 $ CLOSE CONFIG
1266 $ CLOSE CONFIG
1274 $ CLOSE PATCH
1307 $ CLOSE CONFIG
1353 $ CLOSE CONFI
[all...]
H A Dregcomp_debug.c185 if (op == CLOSE || op == SRCLOSE || op == WHILEM) in S_regdump_intflags()
634 else if (k == REF || k == OPEN || k == CLOSE in Perl_regprop()
639 (op == OPEN || op == CLOSE) ? PARNO(o) : in Perl_regprop()
H A Dregcomp.sym230 #*OPEN,CLOSE,GROUPP ...are numbered at compile time.
232 CLOSE CLOSE, num 1 ; Close corresponding OPEN of #n.
H A Dregnodes.h860 #define CLOSE 70 /* 0x46 Close corresponding macro
2256 .type = CLOSE,
H A Dregcomp_study.c1481 I32 stopparen, /* treat CLOSE-N as END, see GOSUB */ in Perl_join_exact()
2628 if (OP(nxt) != CLOSE) in Perl_study_chunk()
2647 OP(nxt) = OPTIMIZED; /* was CLOSE. */ in Perl_study_chunk()
2683 if ((data->flags & SF_IN_PAR) && OP(nxt) == CLOSE) { in Perl_study_chunk()
2698 OP(nxt) = OPTIMIZED; /* was CLOSE. */ in Perl_study_chunk()
3205 /* See a CLOSE op inside this lookbehind? */ in Perl_study_chunk()
3363 else if (OP(scan) == CLOSE) { in Perl_study_chunk()
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.xs28 CV *CLOSE; member
347 PerlIOVia_method(aTHX_ f, MYMethod(CLOSE), G_SCALAR, Nullsv); in PerlIOVia_close()
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DCmd.pm630 sub CLOSE { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm786 sub CLOSE { subroutine
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dpat_advanced.t2600 | | tail~ REFN <1> (6) -> CLOSE
2627 | | tail~ REFN <1> (3) -> CLOSE
2636 | | tail~ EXACT <x> (10) -> CLOSE
2667 | | tail~ REFN2 'c' <1> (3) -> CLOSE
2676 | | tail~ EXACT <x> (10) -> CLOSE
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperltie.pod888 READ, and possibly CLOSE, UNTIE and DESTROY. The class can also provide: BINMODE,
1020 =item CLOSE this
1021 X<CLOSE>
1026 sub CLOSE { print "CLOSE called.\n" }
1032 It may be appropriate to "auto CLOSE" when this occurs. See
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBase.pm1004 *CLOSE = \&close;
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm1510 *CLOSE = \&close;

12