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

/ast/src/cmd/ksh93/include/
H A Dhistory.h47 int hist_command; member in struct:__anon112
/ast/src/cmd/ksh93/edit/
H A Demacs.c197 location.hist_command = -5;
223 if (location.hist_command == -5) /* to be initialized */
226 location.hist_command = hline;
229 if (location.hist_command <= hismin) /* don't start below minimum */
231 location.hist_command = hismin + 1;
265 location = hist_locate(shgd->hist_ptr,location.hist_command,location.hist_line,1);
266 if (location.hist_command < histlines)
268 hline = location.hist_command;
651 location.hist_command = hline;
673 hline = location.hist_command; /* star
[all...]
H A Dhistory.c958 location.hist_command = -1;
994 location.hist_command = index1;
1176 next.hist_command = command;
H A Dhexpand.c307 if((n = hl.hist_command) == -1)
H A Dvi.c2269 location.hist_command = curhline;
2282 if( (curhline=location.hist_command) >=0 )
/ast/src/cmd/ksh93/bltins/
H A Dhist.c148 if((range[++flag] = location.hist_command) < 0)

Completed in 30 milliseconds