Lines Matching refs:STRCAT
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()
2495 STRCAT(IObuff, _("[READ ERRORS]")); in readfile()
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()
3118 STRCAT(IObuff, shortmess(SHM_LAST) ? _("[noeol]") : _("[Incomplete last line]")); in msg_add_eol()
4240 STRCAT(tbuf, "\n"); in buf_check_timestamp()
4241 STRCAT(tbuf, mesg2); in buf_check_timestamp()
4254 STRCAT(tbuf, "; "); in buf_check_timestamp()
4255 STRCAT(tbuf, mesg2); in buf_check_timestamp()
4803 STRCAT(p, "\\*"); in readdir_core()
5160 STRCAT(itmp, "vXXXXXX"); in vim_tempname()
5296 STRCAT(itmp, ".txt"); in vim_tempname()