Searched refs:PREPEND (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | prepend.t | 26 PREPEND => q{$foo = "template"}); 33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3'); 47 PREPEND => q{$foo = "template"}); 54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6'); 67 PREPEND => q{$foo = "template"}); 74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
|
H A D | strict.t | 26 PREPEND => q{$foo = "template"}); 39 PREPEND => q{$foo = "fillin"},
|
/freebsd/lib/libc/include/isc/ |
H A D | list.h | 49 #define PREPEND(list, elt, link) \ macro 100 PREPEND(list, elt, link); \
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 82 PREPEND => $prepend, 279 my $t = $self->{PREPEND}; 288 $self->{PREPEND} = $_[1] if $#_ >= 1;
|
/freebsd/sbin/dhclient/ |
H A D | dhctoken.h | 125 #define PREPEND 327 macro
|
H A D | conflex.c | 454 return (PREPEND); in intern()
|
H A D | clparse.c | 225 case PREPEND: in parse_client_statement()
|
/freebsd/crypto/openssl/ |
H A D | configdata.pm.in | 143 PREPEND => $prepend, 165 PREPEND => $prepend,
|
/freebsd/lib/libc/resolv/ |
H A D | res_update.c | 154 PREPEND(zptr->z_rrlist, rrecp, r_glink); in res_nupdate()
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | util.h | 199 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDSPInstrInfo.td | 1276 def PREPEND : DspMMRel, PREPEND_ENC, PREPEND_DESC, ISA_DSPR2;
|
H A D | MipsScheduleGeneric.td | 1196 def : InstRW<[GenericDSPShort], (instregex "^PREPEND$")>;
|