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

  /external/dropbear/
termcodes.h 37 struct TermCode {
44 extern const struct TermCode termcodes[];
termcodes.c 28 const struct TermCode termcodes[MAX_TERMCODE+1] = {
cli-chansession.c 168 const struct TermCode *termcode; local
189 termcode = &termcodes[sshcode];
190 mapcode = termcode->mapcode;
192 switch (termcode->type) {
svr-chansession.c 434 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
    [all...]

Completed in 98 milliseconds