Searched refs:ResultChar (Results 1 – 1 of 1) sorted by relevance
91 unsigned ResultChar = *ThisTokBuf++; in ProcessCharEscape() local92 switch (ResultChar) { in ProcessCharEscape()99 ResultChar = 7; in ProcessCharEscape()102 ResultChar = 8; in ProcessCharEscape()108 ResultChar = 27; in ProcessCharEscape()114 ResultChar = 27; in ProcessCharEscape()117 ResultChar = 12; in ProcessCharEscape()120 ResultChar = 10; in ProcessCharEscape()123 ResultChar = 13; in ProcessCharEscape()126 ResultChar = 9; in ProcessCharEscape()[all …]