Searched refs:hist_max (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dhist.c87 if((flag = hist_max(hp) - opt_info.num-1) < 0)
141 range[flag] += (hist_max(hp)-1);
147 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1);
157 flag = hist_max(hp)-16;
162 flag = hist_max(hp)-2;
171 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]);
172 if(range[1]>=(flag=(hist_max(hp) - !lflag)))
/ast/src/cmd/ksh93/include/
H A Dhistory.h57 #define hist_max(hp) ((int)((hp)->histind)) macro
/ast/src/cmd/ksh93/edit/
H A Dedit.c629 ep->e_hismax = hist_max(hp);

Completed in 28 milliseconds