Searched refs:PARENT (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmalloc.c532 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL;
551 PARENT(tp) = np;
559 PARENT(tp) = np;
563 if ((sp = PARENT(np)) != NULL) {
568 PARENT(tp) = sp;
574 PARENT(sp) = tp;
578 PARENT(sp) = tp;
707 if ((RIGHT(x) = LEFT(y)) != NULL) PARENT(RIGHT(x)) = x;\
708 if ((PARENT(y) = PARENT(
[all...]
H A Dmallint.h86 #define PARENT(b) ((b)->t_p) macro
124 #define PARENT(b) (((b)->t_p).w_p) macro
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c544 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL;
562 PARENT(tp) = np;
572 PARENT(tp) = np;
577 if ((sp = PARENT(np)) != NULL) {
583 PARENT(tp) = sp;
591 PARENT(sp) = tp;
598 PARENT(sp) = tp;
773 PARENT(RIGHT(x)) = x;
775 if ((PARENT(y) = PARENT(
[all...]
H A Dmallint.h96 #define PARENT(b) (((b)->t_p).w_p[0]) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfork.t368 if (pipe_to_fork('PARENT','CHILD')) {
370 print PARENT "pipe_to_fork\n";
371 close PARENT;
390 if (pipe_from_fork('PARENT','CHILD')) {
392 while (<PARENT>) { print; }
393 close PARENT;
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c75 #define PARENT 12 macro
350 if (notice->item[PARENT].data)
353 expand(notice, b, &notice->item[PARENT]);
707 if (notice.item[PARENT].data)
709 expand(&notice, &tmp, &notice.item[PARENT]);
752 if (notice.item[PARENT].data)
754 expand(&notice, &tmp, &notice.item[i = PARENT]);
762 if (notice.item[PARENT].data)
764 expand(&notice, &tmp, &notice.item[i = PARENT]);
844 if (notice.item[i = PARENT]
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm383 local *PARENT;
384 unless (opendir(PARENT, $dotdots))
392 closedir(PARENT);
403 unless (defined ($dir = readdir(PARENT)))
406 closedir(PARENT);
415 closedir(PARENT);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_MacOS.pm86 $self->{PARENT} = $ExtUtils::MakeMaker::Parent[-2];
89 next unless defined $self->{PARENT}{$key};
90 $self->{$key} = $self->{PARENT}{$key};
106 if ($self->{PARENT}) {
107 $self->{PARENT}->{CHILDREN}->{$newclass} = $self;
109 if (exists $self->{PARENT}->{$opt}
113 $self->{$opt} = $self->{PARENT}->{$opt};
173 if ($self->{PARENT}) {
H A DMakeMaker.pm438 $self->{PARENT} = $Parent[-2];
441 next unless defined $self->{PARENT}{$key};
447 $self->{$key} = $self->{PARENT}{$key};
464 if ($self->{PARENT}) {
465 $self->{PARENT}->{CHILDREN}->{$newclass} = $self;
467 if (exists $self->{PARENT}->{$opt}
471 $self->{$opt} = $self->{PARENT}->{$opt};
582 if ($self->{PARENT}) {
884 if ($self->{PARENT} && !$self->{_KEEP_AFTER_FLUSH}) {
H A DMM_VMS.pm1764 return join '', @m if $self->{PARENT};
H A DMM_Unix.pm2722 return join '', @m if $self->{PARENT};

Completed in 103 milliseconds