Home
last modified time | relevance | path

Searched refs:EscMap (Results 1 – 3 of 3) sorted by relevance

/external/libppp/src/
Dasync.c62 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap); in async_Init()
94 if (async->cfg.EscMap[32] && async->cfg.EscMap[c >> 3] & (1 << (c & 7))) { in async_Encode()
Dasync.h40 u_char EscMap[33]; member
Dcommand.c910 if (arg->cx->physical->async.cfg.EscMap[32]) { in ShowEscape()
915 if (arg->cx->physical->async.cfg.EscMap[code]) in ShowEscape()
917 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) { in ShowEscape()
1541 arg->cx->physical->async.cfg.EscMap[code] = 0; in SetEscape()
1546 arg->cx->physical->async.cfg.EscMap[code >> 3] |= (1 << (code & 7)); in SetEscape()
1547 arg->cx->physical->async.cfg.EscMap[32] = 1; in SetEscape()