OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scan_key_getsize
(Results
1 - 4
of
4
) sorted by null
/external/toybox/toys/example/
test_scankey.c
44
key =
scan_key_getsize
(scratch, -1*!!t[0], &width, &height);
51
while (0<(key =
scan_key_getsize
(scratch, 0, &width, &height)))
/external/toybox/lib/
interestingtimes.c
66
int
scan_key_getsize
(char *scratch, int miliwait, unsigned *xx, unsigned *yy)
function
lib.h
232
int
scan_key_getsize
(char *scratch, int miliwait, unsigned *xx, unsigned *yy);
/external/toybox/toys/posix/
ps.c
[
all
...]
Completed in 2259 milliseconds