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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dhistory.h39 int histsize; /* number of accessible history lines */ member in struct:__anon2509
56 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h48 int histsize; /* number of accessible history lines */ member in struct:__anon2500
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h48 int histsize; /* number of accessible history lines */ member in struct:__anon2517
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h48 int histsize; /* number of accessible history lines */ member in struct:__anon2520
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h48 int histsize; /* number of accessible history lines */ member in struct:__anon2523
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c420 int histsize; local
423 if ((histsize = def_getint("HISTORY=", DEFHISTORY)) == 0) {
429 debug("files_checkhistory: histsize = %d", histsize);
430 if (histsize > MAXHISTORY)
431 histsize = MAXHISTORY;
437 while ((histsize-- > 0) &&
1167 int histsize; local
1176 if ((histsize = def_getint("HISTORY=", DEFHISTORY)) == 0) {
1181 debug("files_update_history(%s, %s) histsize
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c316 hp->histsize = maxlines;
633 if((hp->histind -= hp->histsize) < 0)
723 hp->histind = hp->histind-hp->histsize + oldind +2;
976 index2 -= hp->histsize;
1159 register int least = (int)hp->histind-hp->histsize;
H A Dedit.c1680 for(index2=index1-hp->histsize; index1>index2; index1--)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm249 defined($default = $CPAN::Config->{histsize}) or $default = 100;
251 $CPAN::Config->{histsize} = $ans;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm823 my($histfile,$histsize);
828 $histsize = $CPAN::Config->{'histsize'} || 100;
838 splice @h, 0, @h-$histsize if @h>$histsize;
6772 histsize maximum number of lines to keep in histfile

Completed in 47 milliseconds