Home
last modified time | relevance | path

Searched refs:PBYTE (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h19 #define PBYTE(lp, c) (*(ml_get_buf(curbuf, (lp).lnum, TRUE) + (lp).col) = (c)) macro
H A Dops.c1190 PBYTE(curwin->w_cursor, c); in op_replace()
1211 PBYTE(curwin->w_cursor, c); in op_replace()
1445 PBYTE(*pos, nc); in swapchar()
H A Dos_win32.c565 PBYTE pImage = (PBYTE)GetModuleHandle(NULL); in mch_is_gui_executable()
589 PBYTE pImage = (PBYTE)hInst; in get_imported_func_info()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt26745 closes #3114) Rename PCHAR() to PBYTE() to avoid mistakes like