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