Searched refs:his_command (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ie/
H A Demacs.c217 if (location.his_command == -5) /* to be initialized */
220 location.his_command = hline;
223 if (location.his_command <= hismin) /* don't start below minimum */
225 location.his_command = hismin + 1;
252 location = hist_locate(location.his_command,location.his_line,1);
253 if (location.his_command < histlines)
255 hline = location.his_command;
614 location.his_command = hline;
621 hline = location.his_command; /* start at saved position */
625 if (location.his_command > histline
[all...]
H A Dhistory.h58 int his_command; member in struct:__anon104
H A Dhistory.c685 location.his_command = -1;
717 location.his_command = index1;
929 next.his_command = command;
933 next.his_command = command;
H A Dvi.c2118 if( (curhline=location.his_command) >=0 )

Completed in 13 milliseconds