HomeSort by relevance Sort by last modified time
    Searched refs:EscMap (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
async.h 40 u_char EscMap[33];
async.c 62 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap);
94 if (async->cfg.EscMap[32] && async->cfg.EscMap[c >> 3] & (1 << (c & 7))) {
command.c 910 if (arg->cx->physical->async.cfg.EscMap[32]) {
915 if (arg->cx->physical->async.cfg.EscMap[code])
917 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) {
    [all...]

Completed in 159 milliseconds