Lines Matching refs:hbuf
1117 char hbuf[MAXLINE]; in xcommands() local
1119 strcpy(hbuf, "Current command "); in xcommands()
1120 strcat(hbuf, itos(hline)); in xcommands()
1123 strcat(hbuf, " (line "); in xcommands()
1124 strcat(hbuf, itos(hloff+1)); in xcommands()
1125 strcat(hbuf, ")"); in xcommands()
1130 strcat(hbuf, "; Previous command "); in xcommands()
1131 strcat(hbuf, itos(location.hist_command)); in xcommands()
1134 strcat(hbuf, " (line "); in xcommands()
1135 strcat(hbuf, itos(location.hist_line+1)); in xcommands()
1136 strcat(hbuf, ")"); in xcommands()
1139 show_info(ep,hbuf); in xcommands()