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

  /external/dropbear/
termcodes.h 44 extern const struct TermCode termcodes[];
Android.mk 12 common-channel.c common-chansession.c termcodes.c \
termcodes.c 26 #include "termcodes.h"
28 const struct TermCode termcodes[MAX_TERMCODE+1] = { variable in typeref:struct:TermCode
cli-chansession.c 34 #include "termcodes.h"
189 termcode = &termcodes[sshcode];
233 buf_putint(ses.writepayload, bufpos2 - bufpos1 - 4); /* len(termcodes) */
svr-chansession.c 33 #include "termcodes.h"
468 termcode = &termcodes[(unsigned int)opcode];

Completed in 234 milliseconds