Searched refs:MSWIN_FR_BUFSIZE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_w16.c474 s_findrep_struct.lpstrFindWhat = alloc(MSWIN_FR_BUFSIZE);
476 s_findrep_struct.lpstrReplaceWith = alloc(MSWIN_FR_BUFSIZE);
478 s_findrep_struct.wFindWhatLen = MSWIN_FR_BUFSIZE;
479 s_findrep_struct.wReplaceWithLen = MSWIN_FR_BUFSIZE;
H A Dfeature.h1125 # define MSWIN_FR_BUFSIZE 256 macro
H A Dgui_w32.c1557 s_findrep_struct.lpstrFindWhat = alloc(MSWIN_FR_BUFSIZE);
1559 s_findrep_struct.lpstrReplaceWith = alloc(MSWIN_FR_BUFSIZE);
1561 s_findrep_struct.wFindWhatLen = MSWIN_FR_BUFSIZE;
1562 s_findrep_struct.wReplaceWithLen = MSWIN_FR_BUFSIZE;
1566 (LPWSTR)alloc(MSWIN_FR_BUFSIZE * sizeof(WCHAR));
1569 (LPWSTR)alloc(MSWIN_FR_BUFSIZE * sizeof(WCHAR));
1571 s_findrep_struct_w.wFindWhatLen = MSWIN_FR_BUFSIZE;
1572 s_findrep_struct_w.wReplaceWithLen = MSWIN_FR_BUFSIZE;

Completed in 65 milliseconds