Home
last modified time | relevance | path

Searched refs:tolower_tab (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h68 # define TOLOWER_LOC(c) tolower_tab[(c) & 255]
H A Dos_mswin.c243 toupper_tab[i] = tolower_tab[i] = i; in mch_early_init()
245 CharLowerBuff((LPSTR)tolower_tab, 256); in mch_early_init()
H A Dglobals.h1324 EXTERN char_u tolower_tab[256]; // table for tolower() variable