Home
last modified time | relevance | path

Searched refs:print_a_completion (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c1046 print_a_completion (str); in real_open_partition()
1054 print_a_completion (str); in real_open_partition()
1440 print_a_completion (char *name) in print_a_completion() function
1501 print_a_completion ((*builtin)->name); in print_completions()
1563 print_a_completion (dev_name); in print_completions()
1574 print_a_completion ("cd"); in print_completions()
1582 print_a_completion ("nd"); in print_completions()
H A Dfsys_ffs.c276 print_a_completion (dp->d_name); in ffs_dir()
H A Dfsys_ufs2.c297 print_a_completion (dp->d_name); in ufs2_dir()
H A Dfsys_minix.c518 print_a_completion (dp->name); in minix_dir()
H A Dfsys_iso9660.c391 print_a_completion (NAME_BUF); in iso9660_dir()
H A Dfsys_fat.c467 print_a_completion (filename); in fat_dir()
H A Dfsys_jfs.c364 print_a_completion (namebuf); in jfs_dir()
H A Dfsys_ext2fs.c821 print_a_completion (dp->name); in ext2fs_dir()
H A Dshared.h1061 void print_a_completion (char *filename);
H A Dfsys_xfs.c601 print_a_completion (name); in xfs_dir()
H A Dfsys_reiserfs.c1177 print_a_completion (filename); in reiserfs_dir()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi249 @item print_a_completion
250 If @var{print_possibilities} is true, call @code{print_a_completion} for
H A Dgrub.info-4224 * print_a_completion: Filesystem interface.
H A Dgrub.info-31323 `print_a_completion'
1324 If PRINT_POSSIBILITIES is true, call `print_a_completion' for each
H A Dgrub.info4032 `print_a_completion'
4033 If PRINT_POSSIBILITIES is true, call `print_a_completion' for each
4268 * print_a_completion: Filesystem interface. (line 79)
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6930 call print_a_completion.
6932 [!STAGE1_5] (print_a_completion): Ignore NAME if it is "." or
7098 [!STAGE1_5] (print_a_completion): The argument FILENAME is
8535 * shared_src/disk_io.c (print_a_completion): New function
8540 (print_completions): Use print_a_completion, and improve the
8543 print_a_completion instead of just printf.
8546 * shared_src/shared.h (print_a_completion): Declared.