Searched refs:hist_command (Results 1 – 10 of 10) sorted by relevance
196 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 …]
926 location.hist_command = -1; in hist_find()962 location.hist_command = index1; in hist_find()1144 next.hist_command = command; in hist_locate()
307 if((n = hl.hist_command) == -1)
2180 location.hist_command = curhline; in search()2192 if( (curhline=location.hist_command) >=0 ) in search()
47 int hist_command; member
56 int hist_command; member
148 if((range[++flag] = location.hist_command) < 0) in b_hist()