Searched refs:hline (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Demacs.c116 #define hline editb.e_hline macro
216 hloff = hist_copy((char*)0, hline, -1);
220 location.his_command = hline;
255 hline = location.his_command;
257 hist_copy((char*)kstack,hline,hloff);
596 hline -= count - hloff;
600 if (hline <= hismin)
602 if (hline < hismin)
605 hline = hismin+1;
614 location.his_command = hline;
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c127 #define hline editb.e_hline macro
226 location.hist_command = hline;
268 hline = location.hist_command;
270 hist_copy((char*)kstack,MAXLINE, hline,hloff);
633 hline -= count - hloff;
637 if (hline <= hismin)
639 if (hline < hismin)
642 hline = hismin+1;
651 location.hist_command = hline;
673 hline
[all...]

Completed in 10 milliseconds