Lines Matching refs:IObuff

65     if (STRLEN(IObuff) > IOSIZE - 100)  in filemess()
66 IObuff[IOSIZE - 100] = NUL; in filemess()
69 STRNCAT(IObuff, s, 99); in filemess()
87 msg_outtrans_attr(msg_may_trunc(FALSE, IObuff), attr); in filemess()
2428 STRCAT(IObuff, _("[fifo]")); in readfile()
2433 STRCAT(IObuff, _("[socket]")); in readfile()
2439 STRCAT(IObuff, _("[character special]")); in readfile()
2446 STRCAT(IObuff, shortmess(SHM_RO) ? _("[RO]") : _("[readonly]")); in readfile()
2456 STRCAT(IObuff, _("[CR missing]")); in readfile()
2461 STRCAT(IObuff, _("[long lines split]")); in readfile()
2466 STRCAT(IObuff, _("[NOT converted]")); in readfile()
2471 STRCAT(IObuff, _("[converted]")); in readfile()
2483 sprintf((char *)IObuff + STRLEN(IObuff), in readfile()
2489 sprintf((char *)IObuff + STRLEN(IObuff), in readfile()
2495 STRCAT(IObuff, _("[READ ERRORS]")); in readfile()
2514 p = msg_may_trunc(FALSE, IObuff); in readfile()
2520 p = (char_u *)msg_trunc_attr((char *)IObuff, FALSE, 0); in readfile()
3050 home_replace(buf, fname, IObuff + 1, IOSIZE - 4, TRUE); in msg_add_fname()
3051 IObuff[0] = '"'; in msg_add_fname()
3052 STRCAT(IObuff, "\" "); in msg_add_fname()
3065 STRCAT(IObuff, shortmess(SHM_TEXT) ? _("[dos]") : _("[dos format]")); in msg_add_fileformat()
3071 STRCAT(IObuff, shortmess(SHM_TEXT) ? _("[mac]") : _("[mac format]")); in msg_add_fileformat()
3077 STRCAT(IObuff, shortmess(SHM_TEXT) ? _("[unix]") : _("[unix format]")); in msg_add_fileformat()
3095 p = IObuff + STRLEN(IObuff); in msg_add_lines()
3100 vim_snprintf((char *)p, IOSIZE - (p - IObuff), in msg_add_lines()
3106 vim_snprintf((char *)p, IOSIZE - (p - IObuff), in msg_add_lines()
3118 STRCAT(IObuff, shortmess(SHM_LAST) ? _("[noeol]") : _("[Incomplete last line]")); in msg_add_eol()