| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | makedepend_file.SH | 4 if test -f config.sh; then TOP=.; 5 elif test -f ../config.sh; then TOP=..; 6 elif test -f ../../config.sh; then TOP=../..; 7 elif test -f ../../../config.sh; then TOP=../../..; 8 elif test -f ../../../../config.sh; then TOP=../../../..; 12 . $TOP/config.sh 39 if test -f config.sh; then TOP=.; 40 elif test -f ../config.sh; then TOP=..; 41 elif test -f ../../config.sh; then TOP=../..; 42 elif test -f ../../../config.sh; then TOP=../../..; [all …]
|
| H A D | makedepend.SH | 4 if test -f config.sh; then TOP=.; 5 elif test -f ../config.sh; then TOP=..; 6 elif test -f ../../config.sh; then TOP=../..; 7 elif test -f ../../../config.sh; then TOP=../../..; 8 elif test -f ../../../../config.sh; then TOP=../../../..; 12 . $TOP/config.sh 49 if test -f config.sh; then TOP=.; 50 elif test -f ../config.sh; then TOP=..; 51 elif test -f ../../config.sh; then TOP=../..; 52 elif test -f ../../../config.sh; then TOP=../../..; [all …]
|
| H A D | cflags.SH | 28 if test -f config.sh; then TOP=.; 29 elif test -f ../config.sh; then TOP=..; 30 elif test -f ../../config.sh; then TOP=../..; 31 elif test -f ../../../config.sh; then TOP=../../..; 32 elif test -f ../../../../config.sh; then TOP=../../../..; 36 . $TOP/config.sh 438 if test -f config.sh; then TOP=.; 439 elif test -f ../config.sh; then TOP=..; 440 elif test -f ../../config.sh; then TOP=../..; 441 elif test -f ../../../config.sh; then TOP=../../..; [all …]
|
| H A D | myconfig.SH | 5 if test -f config.sh; then TOP=.; 6 elif test -f ../config.sh; then TOP=..; 7 elif test -f ../../config.sh; then TOP=../..; 8 elif test -f ../../../config.sh; then TOP=../../..; 9 elif test -f ../../../../config.sh; then TOP=../../../..; 14 . $TOP/config.sh
|
| H A D | pp.h | 616 #define dPOPTOPssrl dPOPXssrl(TOP) 617 #define dPOPTOPnnrl dPOPXnnrl(TOP) 620 #define dPOPTOPiirl dPOPXiirl(TOP) 621 #define dPOPTOPiirl_ul_nomg dPOPXiirl_ul_nomg(TOP)
|
| /openbsd-src/gnu/usr.bin/perl/Cross/ |
| H A D | cflags-cross-arm | 14 if test -f Cross/config-arm.sh; then TOP=.; 15 elif test -f ../Cross/config-arm.sh; then TOP=..; 16 elif test -f ../../Cross/config-arm.sh; then TOP=../..; 17 elif test -f ../../../Cross/config-arm.sh; then TOP=../../..; 18 elif test -f ../../../../Cross/config-arm.sh; then TOP=../../../..; 22 . $TOP/Cross/config-arm.sh 141 . $TOP/Cross/config-arm.sh
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/ |
| H A D | CompTestUtils.pm | 286 my %TOP = ( 443 for my $key (keys %TOP) 447 $TOP{$key}{Error} = \${ $key . '::' . $TOP{$key}{Error} }; 448 $TOP{$key}{TopLevel} = $key . '::' . $TOP{$key}{TopLevel} ; 451 my $dummy = \${ $key . '::' . $TOP{$key}{Error} }; 463 my $obj = $TOP{$compWith}{Inverse}->new( \$buffer, -Append => 1); 474 return $TOP{$class}{Inverse}; 481 return $TOP{$class}{Error}; 489 if ! defined $TOP{$class}{TopLevel}; 490 return \&{ $TOP{$class}{TopLevel} } ; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
| H A D | CompTestUtils.pm | 286 my %TOP = ( 443 for my $key (keys %TOP) 447 $TOP{$key}{Error} = \${ $key . '::' . $TOP{$key}{Error} }; 448 $TOP{$key}{TopLevel} = $key . '::' . $TOP{$key}{TopLevel} ; 451 my $dummy = \${ $key . '::' . $TOP{$key}{Error} }; 463 my $obj = $TOP{$compWith}{Inverse}->new( \$buffer, -Append => 1); 474 return $TOP{$class}{Inverse}; 481 return $TOP{$class}{Error}; 489 if ! defined $TOP{$class}{TopLevel}; 490 return \&{ $TOP{$class}{TopLevel} } ; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/ |
| H A D | CompTestUtils.pm | 327 my %TOP = ( 484 for my $key (keys %TOP) 488 $TOP{$key}{Error} = \${ $key . '::' . $TOP{$key}{Error} }; 489 $TOP{$key}{TopLevel} = $key . '::' . $TOP{$key}{TopLevel} ; 492 my $dummy = \${ $key . '::' . $TOP{$key}{Error} }; 504 my $obj = $TOP{$compWith}{Inverse}->new( \$buffer, -Append => 1); 515 return $TOP{$class}{Inverse}; 522 return $TOP{$class}{Error}; 530 if ! defined $TOP{$class}{TopLevel}; 531 return \&{ $TOP{$class}{TopLevel} } ; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | Makefile.SH | 3 if test -f config.sh; then TOP=.; 4 elif test -f ../config.sh; then TOP=..; 5 elif test -f ../../config.sh; then TOP=../..; 6 elif test -f ../../../config.sh; then TOP=../../..; 7 elif test -f ../../../../config.sh; then TOP=../../../..; 11 . $TOP/config.sh
|
| /openbsd-src/usr.bin/less/ |
| H A D | forwback.c | 194 if (!force && position(TOP) != -1) in forw() 314 back(1, position(TOP), 1, 0); in forward() 335 pos = position(TOP); in backward()
|
| H A D | search.c | 212 for (slinenum = TOP; slinenum < TOP + sc_height-1; slinenum++) { in repaint_hilite() 250 for (slinenum = TOP; slinenum < TOP + sc_height-1; slinenum++) { in clear_attn() 606 linenum = TOP; in search_pos() 613 linenum = TOP; in search_pos()
|
| H A D | jump.c | 185 back(-nline, position(TOP), 1, 0); in jump_loc() 204 tpos = position(TOP); in jump_loc()
|
| H A D | position.h | 15 #define TOP (0) macro
|
| H A D | brac.c | 40 pos = position((forwdir) ? TOP : BOTTOM); in match_brac()
|
| H A D | prompt.c | 419 case 't': *wp = TOP; break; in wherechar() 424 default: *wp = TOP; p--; break; in wherechar()
|
| H A D | lsystem.c | 165 tpos = position(TOP); in pipe_mark()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | BidiBrackets.txt | 32 # The brackets with ticks U+298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER 33 # through U+2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER are paired the 124 298D; 2990; o # LEFT SQUARE BRACKET WITH TICK IN TOP CORNER 127 2990; 298D; c # RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER 142 2E22; 2E23; o # TOP LEFT HALF BRACKET 143 2E23; 2E22; c # TOP RIGHT HALF BRACKET 154 2E59; 2E5A; o # TOP HALF LEFT PARENTHESIS 155 2E5A; 2E59; c # TOP HALF RIGHT PARENTHESIS
|
| /openbsd-src/usr.bin/ftp/ |
| H A D | domacro.c | 65 TOP: in domacro() 141 goto TOP; in domacro()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/ucm/ |
| H A D | adobeSymbol.ucm | 215 <U2320> \xF3 |0 # TOP HALF INTEGRAL # integraltp 233 <UF8EB> \xE6 |0 # LEFT PAREN TOP # parenlefttp (CUS) 236 <UF8EE> \xE9 |0 # LEFT SQUARE BRACKET TOP # bracketlefttp (CUS) 239 <UF8F1> \xEC |0 # LEFT CURLY BRACKET TOP # bracelefttp (CUS) 244 <UF8F6> \xF6 |0 # RIGHT PAREN TOP # parenrighttp (CUS) 247 <UF8F9> \xF9 |0 # RIGHT SQUARE BRACKET TOP # bracketrighttp (CUS) 250 <UF8FC> \xFC |0 # RIGHT CURLY BRACKET TOP # bracerighttp (CUS)
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/ |
| H A D | DBinaryProperties.txt | 68 2320..2321 ; Bidi_Mirrored # Sm [2] TOP HALF INTEGRAL..BOTTOM HALF INTEGRAL 114 298D ; Bidi_Mirrored # Ps LEFT SQUARE BRACKET WITH TICK IN TOP CORNER 117 2990 ; Bidi_Mirrored # Pe RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER 180 2E22 ; Bidi_Mirrored # Ps TOP LEFT HALF BRACKET 181 2E23 ; Bidi_Mirrored # Pe TOP RIGHT HALF BRACKET 192 2E59 ; Bidi_Mirrored # Ps TOP HALF LEFT PARENTHESIS 193 2E5A ; Bidi_Mirrored # Pe TOP HALF RIGHT PARENTHESIS
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-cp.c | 266 if (ipcp_cval_get_cvalue_type (cval1) == TOP) in ipcp_cval_meet() 273 if (ipcp_cval_get_cvalue_type (cval2) == TOP) in ipcp_cval_meet() 403 else if (ipcp_method_cval (node, i)->cval_type == TOP) in ipcp_method_cval_print() 430 ipcp_method_cval_set_cvalue_type (mt, i, TOP); in ipcp_method_cval_init() 561 if (ipcp_cval_get_cvalue_type (ipcp_method_cval (node, i)) == TOP) in ipcp_after_propagate()
|
| H A D | ipa-prop.h | 59 TOP enumerator
|
| /openbsd-src/usr.bin/m4/ |
| H A D | mdef.h | 123 #define TOP 0 macro
|
| /openbsd-src/gnu/lib/libstdc++/ |
| H A D | config-ml.in | 624 # TOP is used by newlib and should not be used elsewhere for this purpose. 625 # MULTI{SRC,BUILD}TOP are the proper ones to use. MULTISRCTOP is empty 627 # FIXME: newlib needs to be updated to use MULTI{SRC,BUILD}TOP so we can 628 # delete TOP. Newlib may wish to continue to use TOP for its own purposes 646 sed -e "s:^TOP[ ]*=[ ]*\([./]*\)[ ]*$:TOP = ${ml_builddotdot}\1:" \
|