Lines Matching refs:IObuff
720 sprintf((char *)IObuff, _("tag %d of %d%s"), in do_tag()
725 STRCAT(IObuff, _(" Using tag with different case!")); in do_tag()
730 msg_attr((char *)IObuff, HL_ATTR(HLF_W)); in do_tag()
732 msg((char *)IObuff); in do_tag()
736 give_warning(IObuff, ic); in do_tag()
746 vim_snprintf((char *)IObuff, IOSIZE, ":ta %s\r", name); in do_tag()
747 set_vim_var_string(VV_SWAPCOMMAND, IObuff, -1); in do_tag()
859 *IObuff = '>'; in print_tag_list()
861 *IObuff = ' '; in print_tag_list()
862 vim_snprintf((char *)IObuff + 1, IOSIZE - 1, in print_tag_list()
865 msg_puts((char *)IObuff); in print_tag_list()
1143 vim_snprintf((char *)IObuff, IOSIZE, "ltag %s", tag); in add_llist_tags()
1144 set_errorlist(curwin, list, ' ', IObuff, NULL); in add_llist_tags()
1198 vim_snprintf((char *)IObuff, IOSIZE, "%c%2d %2d %-15s %5ld ", in do_tags()
1204 msg_outtrans(IObuff); in do_tags()