Home
last modified time | relevance | path

Searched refs:hist_command (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c199 location.hist_command = -5; in ed_emacsread()
225 if (location.hist_command == -5) /* to be initialized */ in ed_emacsread()
228 location.hist_command = hline; in ed_emacsread()
231 if (location.hist_command <= hismin) /* don't start below minimum */ in ed_emacsread()
233 location.hist_command = hismin + 1; in ed_emacsread()
267 location = hist_locate(shgd->hist_ptr,location.hist_command,location.hist_line,1); in ed_emacsread()
268 if (location.hist_command < histlines) in ed_emacsread()
270 hline = location.hist_command; in ed_emacsread()
655 location.hist_command = hline; in ed_emacsread()
677 hline = location.hist_command; /* start at saved position */ in ed_emacsread()
[all …]
H A Dhistory.c958 location.hist_command = -1; in hist_find()
994 location.hist_command = index1; in hist_find()
1176 next.hist_command = command; in hist_locate()
H A Dhexpand.c309 if((n = hl.hist_command) == -1)
H A Dvi.c2275 location.hist_command = curhline; in search()
2288 if( (curhline=location.hist_command) >=0 ) in search()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h47 int hist_command; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c149 if((range[++flag] = location.hist_command) < 0) in b_hist()