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

/ast/src/cmd/ksh93/include/
H A Dhistory.h38 int32_t histind; /* current command number index */ member in struct:__anon111
56 #define hist_min(hp) ((_Hist=((int)((hp)->histind-(hp)->histsize)))>=0?_Hist:0)
57 #define hist_max(hp) ((int)((hp)->histind))

Completed in 6 milliseconds