OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_filename
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
char_io.c
574
int
is_filename
;
local
582
is_filename
= (lpos > pos);
607
ret = print_completions (
is_filename
, 1);
620
print_completions (
is_filename
, 0);
disk_io.c
1310
print_completions (int
is_filename
, int is_completion)
1320
if (!
is_filename
)
[
all
...]
shared.h
970
int print_completions (int
is_filename
, int is_completion);
Completed in 201 milliseconds