OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_x
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/lxdialog/
inputbox.c
48
int
input_x
= 0, scroll = 0, key = 0, button = -1;
local
100
input_x
= strlen(instr);
102
if (
input_x
>= box_width) {
103
scroll =
input_x
- box_width + 1;
104
input_x
= box_width - 1;
111
wmove(dialog, box_y, box_x +
input_x
);
130
if (
input_x
|| scroll) {
132
if (!
input_x
) {
137
instr[scroll +
input_x
+ i] ?
138
instr[scroll +
input_x
+ i] : ' ')
[
all
...]
/external/libpng/
libpng-manual.txt
[
all
...]
libpng.3
[
all
...]
Completed in 176 milliseconds