OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:termcode
(Results
1 - 9
of
9
) sorted by null
/external/llvm/test/CodeGen/X86/
2010-01-19-OptExtBug.ll
45
%
termcode
.0 = phi i32 [ %1, %bb13 ], [ undef, %bb14 ] ; <i32> [#uses=2]
56
%
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] = {
/external/chromium_org/third_party/skia/include/utils/
SkLua.h
31
SkLua(const char
termCode
[] = NULL); // creates a new L, will close it
/external/skia/include/utils/
SkLua.h
31
SkLua(const char
termCode
[] = NULL); // creates a new L, will close it
/external/chromium_org/third_party/skia/src/utils/
SkLua.cpp
78
SkLua::SkLua(const char
termCode
[]) : fTermCode(
termCode
), fWeOwnL(true) {
/external/skia/src/utils/
SkLua.cpp
78
SkLua::SkLua(const char
termCode
[]) : fTermCode(
termCode
), fWeOwnL(true) {
Completed in 58 milliseconds