Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/shell/
H A Dlinenoise.cpp476 static WORD oldDisplayAttribute; variable
624 oldDisplayAttribute = inf.wAttributes; in setDisplayAttribute()
625 BYTE oldLowByte = oldDisplayAttribute & 0xFF; in setDisplayAttribute()
644 SetConsoleTextAttribute(console_out, oldDisplayAttribute); in setDisplayAttribute()
/dports/devel/linenoise-ng/linenoise-ng-1.0.0/src/
H A Dlinenoise.cpp782 static WORD oldDisplayAttribute; variable
930 oldDisplayAttribute = inf.wAttributes; in setDisplayAttribute()
931 BYTE oldLowByte = oldDisplayAttribute & 0xFF; in setDisplayAttribute()
950 SetConsoleTextAttribute(console_out, oldDisplayAttribute); in setDisplayAttribute()
/dports/emulators/vice/vice-3.5/src/lib/linenoise-ng/
H A Dlinenoise.cpp1002 static WORD oldDisplayAttribute; variable
1154 oldDisplayAttribute = inf.wAttributes; in setDisplayAttribute()
1155 BYTE oldLowByte = oldDisplayAttribute & 0xFF; in setDisplayAttribute()
1174 SetConsoleTextAttribute(console_out, oldDisplayAttribute); in setDisplayAttribute()