Searched refs:EscMap (Results 1 – 3 of 3) sorted by relevance
61 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap); in async_Init()93 if (async->cfg.EscMap[32] && async->cfg.EscMap[c >> 3] & (1 << (c & 7))) { in async_Encode()
40 u_char EscMap[33]; member
921 if (arg->cx->physical->async.cfg.EscMap[32]) { in ShowEscape()926 if (arg->cx->physical->async.cfg.EscMap[code]) in ShowEscape()928 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) { in ShowEscape()1552 arg->cx->physical->async.cfg.EscMap[code] = 0; in SetEscape()1557 arg->cx->physical->async.cfg.EscMap[code >> 3] |= (1 << (code & 7)); in SetEscape()1558 arg->cx->physical->async.cfg.EscMap[32] = 1; in SetEscape()