OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:termcode
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
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 768 milliseconds