OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printvc
(Results
1 - 1
of
1
) sorted by null
/system/core/toolbox/
setconsole.c
39
int
printvc
= 0;
local
74
printvc
|= 1;
77
printvc
|= 2;
97
if(mode == -1 && new_vc == 0 && close_vc == 0 && switch_vc == -1 &&
printvc
== 0) {
108
if ((
printvc
&& !new_vc) || (
printvc
& 2)) {
141
if(
printvc
& 1)
Completed in 14 milliseconds