Home
last modified time | relevance | path

Searched defs:Col (Results 1 – 7 of 7) sorted by relevance

/reactos/boot/armllb/hw/
H A Dmatrix.c32 UCHAR Col, Row; in LlbKeypadGetChar() local
/reactos/boot/freeldr/freeldr/arch/uefi/
H A Duefivid.c92 ULONG Line, Col; in UefiVideoClearScreenColor() local
122 unsigned Col; in UefiVideoOutputChar() local
179 ULONG Col, Line; in UefiVideoCopyOffScreenBufferToVRAM() local
/reactos/boot/freeldr/freeldr/arch/i386/xbox/
H A Dxboxvideo.c54 unsigned Col; in XboxVideoOutputChar() local
94 ULONG Line, Col; in XboxVideoClearScreenColor() local
278 ULONG Col, Line; in XboxVideoCopyOffScreenBufferToVRAM() local
/reactos/base/applications/cmdutils/whoami/
H A Dwhoami.c176 void WhoamiSetTable(WhoamiTable *pTable, WCHAR *Entry, UINT Row, UINT Col) in WhoamiSetTable()
193 void WhoamiSetTableDyn(WhoamiTable *pTable, WCHAR *Entry, UINT Row, UINT Col) in WhoamiSetTableDyn()
/reactos/boot/freeldr/freeldr/include/
H A Dmachine.h112 #define MachVideoSetPaletteColor(Col, R, G, B) \ argument
114 #define MachVideoGetPaletteColor(Col, R, G, B) \ argument
/reactos/win32ss/gdi/eng/
H A Dgradient.c26 #define HVINITCOL(Col, id) \ argument
/reactos/dll/win32/shell32/
H A DCDefView.cpp980 static HRESULT SHGetLVColumnSubItem(HWND List, UINT Col) in SHGetLVColumnSubItem()
1236 BOOL CDefView::_Sort(int Col) in _Sort()