Searched refs:PBYTE (Results 1 – 4 of 4) sorted by relevance
19 #define PBYTE(lp, c) (*(ml_get_buf(curbuf, (lp).lnum, TRUE) + (lp).col) = (c)) macro
1190 PBYTE(curwin->w_cursor, c); in op_replace()1211 PBYTE(curwin->w_cursor, c); in op_replace()1445 PBYTE(*pos, nc); in swapchar()
565 PBYTE pImage = (PBYTE)GetModuleHandle(NULL); in mch_is_gui_executable()589 PBYTE pImage = (PBYTE)hInst; in get_imported_func_info()
26745 closes #3114) Rename PCHAR() to PBYTE() to avoid mistakes like