Searched defs:histsize (Results 1 - 6 of 6) sorted by relevance

/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/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/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...]

Completed in 39 milliseconds