Searched defs:u8Prev (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2319 uint8_t u8Prev = '\0'; local
2331 if (u8Prev && u8Prev != '\n')
2381 if (!u8Prev)
2387 u8Prev = u8;
2401 if (cbLeft - cb <= 0 && u8Prev != '\n')

Completed in 71 milliseconds