Searched refs:termcode (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dcli-chansession.c168 const struct TermCode *termcode; local
189 termcode = &termcodes[sshcode];
190 mapcode = termcode->mapcode;
192 switch (termcode->type) {
H A Dsvr-chansession.c434 const struct TermCode * termcode; local
468 termcode = &termcodes[(unsigned int)opcode];
471 switch (termcode->type) {
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
[all...]

Completed in 55 milliseconds