Searched refs:toupper_tab (Results 1 – 3 of 3) sorted by relevance
67 # define TOUPPER_LOC(c) toupper_tab[(c) & 255]
243 toupper_tab[i] = tolower_tab[i] = i; in mch_early_init()244 CharUpperBuff((LPSTR)toupper_tab, 256); in mch_early_init()
1323 EXTERN char_u toupper_tab[256]; // table for toupper() variable