Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/edit/
H A Demacs.c196 location.hist_command = -5; in ed_emacsread()
222 if (location.hist_command == -5) /* to be initialized */ in ed_emacsread()
225 location.hist_command = hline; in ed_emacsread()
228 if (location.hist_command <= hismin) /* don't start below minimum */ in ed_emacsread()
230 location.hist_command = hismin + 1; in ed_emacsread()
264 location = hist_locate(sh.hist_ptr,location.hist_command,location.hist_line,1); in ed_emacsread()
265 if (location.hist_command < histlines) in ed_emacsread()
267 hline = location.hist_command; in ed_emacsread()
636 location.hist_command = hline; in ed_emacsread()
643 hline = location.hist_command; /* start at saved position */ in ed_emacsread()
[all …]
H A Dhistory.c926 location.hist_command = -1; in hist_find()
962 location.hist_command = index1; in hist_find()
1144 next.hist_command = command; in hist_locate()
H A Dhexpand.c307 if((n = hl.hist_command) == -1)
H A Dvi.c2180 location.hist_command = curhline; in search()
2192 if( (curhline=location.hist_command) >=0 ) in search()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dhistory.h47 int hist_command; member
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h56 int hist_command; member
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h56 int hist_command; member
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h56 int hist_command; member
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h56 int hist_command; member
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dhist.c148 if((range[++flag] = location.hist_command) < 0) in b_hist()