Searched refs:termcodes (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/
H A Dtermcodes.h44 extern const struct TermCode termcodes[];
H A DAndroid.mk12 common-channel.c common-chansession.c termcodes.c \
H A Dtermcodes.c26 #include "termcodes.h"
28 const struct TermCode termcodes[MAX_TERMCODE+1] = { variable in typeref:struct:TermCode
H A Dcli-chansession.c34 #include "termcodes.h"
189 termcode = &termcodes[sshcode];
233 buf_putint(ses.writepayload, bufpos2 - bufpos1 - 4); /* len(termcodes) */
H A Dsvr-chansession.c33 #include "termcodes.h"
468 termcode = &termcodes[(unsigned int)opcode];

Completed in 115 milliseconds