Searched refs:hist_command (Results 1 – 6 of 6) sorted by relevance
199 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 …]
958 location.hist_command = -1; in hist_find()994 location.hist_command = index1; in hist_find()1176 next.hist_command = command; in hist_locate()
309 if((n = hl.hist_command) == -1)
2275 location.hist_command = curhline; in search()2288 if( (curhline=location.hist_command) >=0 ) in search()
47 int hist_command; member
149 if((range[++flag] = location.hist_command) < 0) in b_hist()