Lines Matching refs:IObuff
1410 vim_snprintf((char *)IObuff, IOSIZE, in handle_did_throw()
1413 p = (char *)vim_strsave(IObuff); in handle_did_throw()
2061 STRCPY(IObuff, _("E492: Not an editor command")); in do_one_cmd()
2071 errormsg = (char *)IObuff; in do_one_cmd()
2660 if (errormsg != (char *)IObuff) in do_one_cmd()
2662 STRCPY(IObuff, errormsg); in do_one_cmd()
2663 errormsg = (char *)IObuff; in do_one_cmd()
3368 STRCAT(IObuff, ": "); in append_command()
3369 d = IObuff + STRLEN(IObuff); in append_command()
3370 while (*s != NUL && d - IObuff < IOSIZE - 7) in append_command()
6698 vim_snprintf((char *)IObuff, IOSIZE, _("Tab page %d"), tabcount++); in ex_tabs()
6699 msg_outtrans_attr(IObuff, HL_ATTR(HLF_T)); in ex_tabs()
6715 vim_strncpy(IObuff, buf_spname(wp->w_buffer), IOSIZE - 1); in ex_tabs()
6718 IObuff, IOSIZE, TRUE); in ex_tabs()
6719 msg_outtrans(IObuff); in ex_tabs()
7670 sprintf((char *)IObuff, _("Window position: X %d, Y %d"), x, y); in ex_winpos()
7671 msg((char *)IObuff); in ex_winpos()