Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c14918 CONSOLE_SCREEN_BUFFER_INFO defaultScreenInfo; in printBold() local
14919 GetConsoleScreenBufferInfo(out, &defaultScreenInfo); in printBold()
14924 SetConsoleTextAttribute(out, defaultScreenInfo.wAttributes); in printBold()
/external/sqlite/dist/
Dshell.c14941 CONSOLE_SCREEN_BUFFER_INFO defaultScreenInfo; in printBold() local
14942 GetConsoleScreenBufferInfo(out, &defaultScreenInfo); in printBold()
14947 SetConsoleTextAttribute(out, defaultScreenInfo.wAttributes); in printBold()