Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c87 if((flag = hist_max(hp) - opt_info.num-1) < 0) in b_hist()
142 range[flag] += (hist_max(hp)-1); in b_hist()
148 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1); in b_hist()
158 flag = hist_max(hp)-16; in b_hist()
163 flag = hist_max(hp)-2; in b_hist()
172 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]); in b_hist()
173 if(range[1]>=(flag=(hist_max(hp) - !lflag))) in b_hist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h57 #define hist_max(hp) ((int)((hp)->histind)) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c629 ep->e_hismax = hist_max(hp); in ed_setup()