Home
last modified time | relevance | path

Searched refs:MSWIN_FR_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dfeature.h1026 # define MSWIN_FR_BUFSIZE 256 macro
H A Dgui_w32.c5450 s_findrep_struct.lpstrFindWhat = ALLOC_MULT(WCHAR, MSWIN_FR_BUFSIZE); in gui_mch_init()
5452 s_findrep_struct.lpstrReplaceWith = ALLOC_MULT(WCHAR, MSWIN_FR_BUFSIZE); in gui_mch_init()
5454 s_findrep_struct.wFindWhatLen = MSWIN_FR_BUFSIZE; in gui_mch_init()
5455 s_findrep_struct.wReplaceWithLen = MSWIN_FR_BUFSIZE; in gui_mch_init()