Searched refs:Pad (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dfield_pad.c46 if (Pad(f) != pad) {
47 Pad(f) = pad;
56 return (Pad(Field(f)));
H A Dchg_data.c63 return (c == Pad(C(f))); /* check for empty char */
150 wbkgdset(w, Pad(c) | Back(c));
H A Dutility.c131 int pad = Pad(f);
319 wbkgdset(w, Pad(f) | Back(f));
398 wbkgdset(w, Pad(f) | Back(f));
537 wbkgdset(w, Pad(c) | Back(c));
H A Dform.c338 int pad = Pad(c);
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dmenupad.c46 Pad(m) = pad;
52 Pad(Dfl_Menu) = pad;
60 return (Pad(m ? m : Dfl_Menu));
H A Dpost.c80 c = Pad(m);
91 (void) waddch(Win(m), Pad(m));
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dprivate.h68 #define Pad(m) (m)->pad macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm32 $Pad = "" unless defined $Pad;
64 pad => $Pad, # all lines prefixed by this string
528 sub Pad { subroutine
844 $Data::Dumper::Pad I<or> I<$OBJ>->Pad(I<[NEWVAL]>)
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dutility.h149 #define Pad(f) ((f) -> pad) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/t/
H A Ddumper.t25 $Data::Dumper::Pad = "#";
1204 local $Data::Dumper::Pad = "my ";

Completed in 264 milliseconds