OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:termcode
(Results
1 - 5
of
5
) sorted by null
/external/llvm/test/CodeGen/X86/
2010-01-19-OptExtBug.ll
44
%
termcode
.0 = phi i32 [ %1, %bb13 ], [ undef, %bb14 ] ; <i32> [#uses=2]
55
%
termcode
.1 = phi i32 [ %
termcode
.0, %bb18 ], [ %
termcode
.0, %bb19 ], [ undef, %bb20 ] ; <i32> [#uses=0]
/external/dropbear/
termcodes.h
37
struct
TermCode
{
44
extern const struct
TermCode
termcodes[];
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
...]
termcodes.c
28
const struct
TermCode
termcodes[MAX_TERMCODE+1] = {
Completed in 379 milliseconds