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

  /external/dropbear/
termcodes.h 39 unsigned int mapcode; member in struct:TermCode
cli-chansession.c 170 unsigned int mapcode; local
190 mapcode = termcode->mapcode;
198 value = tio.c_cc[mapcode];
202 value = tio.c_iflag & mapcode;
206 value = tio.c_oflag & mapcode;
210 value = tio.c_lflag & mapcode;
214 value = tio.c_cflag & mapcode;
svr-chansession.c 477 termio.c_cc[termcode->mapcode] = value;
482 termio.c_iflag |= termcode->mapcode;
484 termio.c_iflag &= ~(termcode->mapcode);
490 termio.c_oflag |= termcode->mapcode;
492 termio.c_oflag &= ~(termcode->mapcode);
498 termio.c_lflag |= termcode->mapcode;
500 termio.c_lflag &= ~(termcode->mapcode);
506 termio.c_cflag |= termcode->mapcode;
508 termio.c_cflag &= ~(termcode->mapcode);

Completed in 29 milliseconds