Searched refs:tolower_tab (Results 1 – 3 of 3) sorted by relevance
68 # define TOLOWER_LOC(c) tolower_tab[(c) & 255]
243 toupper_tab[i] = tolower_tab[i] = i; in mch_early_init()245 CharLowerBuff((LPSTR)tolower_tab, 256); in mch_early_init()
1324 EXTERN char_u tolower_tab[256]; // table for tolower() variable