Home
last modified time | relevance | path

Searched refs:Buf (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp525 OLECHAR Buf[MAX_OLE_STR]; in VimOpenFile() local
540 if (! VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf))) in VimOpenFile()
572 if (! VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf))) in VimOpenFile()
579 if (! VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf))) in VimOpenFile()
645 char Buf[256]; in VimErrDiag() local
650 MessageBox(NULL, Buf, "OLE Error", MB_OK); in VimErrDiag()
693 OLECHAR Buf[MAX_OLE_STR]; in VimChangeDir() local
698 VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf)); in VimChangeDir()
706 char Buf[400]; in DebugMsg() local
707 sprintf(Buf, Msg, Arg); in DebugMsg()
[all …]
H A DDSAddIn.cpp139 char *Buf = NULL; in ReportLastError() local
145 Buf, 400, NULL); in ReportLastError()
146 sprintf (Msg, "Unexpected error (Error code: %lx)\n%s", Err, Buf); in ReportLastError()
149 if (Buf) in ReportLastError()
150 LocalFree (Buf); in ReportLastError()
H A DOleAut.h63 char* ConvertToAnsiBuf (OLECHAR* sUnicode, char* Buf);
67 OLECHAR* ConvertToUnicodeBuf (char* sAscii, OLECHAR* Buf);
H A DOleAut.cpp656 char Buf[256]; in ErrDiag() local
657 sprintf (Buf, "An OLE error occurred:\r\nCode = %s\r\nResult = %lx.", in ErrDiag()
659 MessageBox (NULL, Buf, "OLE Error", MB_OK); in ErrDiag()
/vim-8.2.3635/src/
H A Dmessage.c466 char_u *Buf, *p; in get_emsg_source() local
482 Buf = alloc(STRLEN(sname) + STRLEN(p)); in get_emsg_source()
483 if (Buf != NULL) in get_emsg_source()
484 sprintf((char *)Buf, (char *)p, sname); in get_emsg_source()
486 return Buf; in get_emsg_source()
499 char_u *Buf, *p; in get_emsg_lnum() local
508 Buf = alloc(STRLEN(p) + 20); in get_emsg_lnum()
509 if (Buf != NULL) in get_emsg_lnum()
510 sprintf((char *)Buf, (char *)p, (long)SOURCING_LNUM); in get_emsg_lnum()
511 return Buf; in get_emsg_lnum()
/vim-8.2.3635/runtime/doc/
H A Dwindows.txt112 Buf/Win Enter/Leave |autocommand|s are not executed when opening the new
687 Buf/Win Enter/Leave autocommands are not executed for the new
1318 Buf/Win Enter/Leave autocommands are not executed for the new
H A Dautocmd.txt47 It's a good idea to use the same autocommands for the File* and Buf* events
/vim-8.2.3635/runtime/syntax/
H A Draku.vim129 \ "Int Rat Buf UInt Abstraction Numeric Real",