Searched defs:histind (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h47 int32_t histind; /* current command number index */ member in struct:__anon2500
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
66 #define hist_max(hp) ((int)((hp)->histind))
/osnet-11/usr/src/lib/libshell/common/include/
H A Dhistory.h38 int32_t histind; /* current command number index */ member in struct:__anon2509
56 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
57 #define hist_max(hp) ((int)((hp)->histind))
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h47 int32_t histind; /* current command number index */ member in struct:__anon2517
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
66 #define hist_max(hp) ((int)((hp)->histind))
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h47 int32_t histind; /* current command number index */ member in struct:__anon2520
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
66 #define hist_max(hp) ((int)((hp)->histind))
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h47 int32_t histind; /* current command number index */ member in struct:__anon2523
65 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
66 #define hist_max(hp) ((int)((hp)->histind))

Completed in 23 milliseconds