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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp242 * @param chDot Set to '.' if accepted, otherwise 0.
244 static bool dbgfR3RegIsNameValid(const char *pszName, char chDot) argument
254 && ch != chDot)

Completed in 47 milliseconds