Searched refs:current_word (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c32 static const char *current_word; variable
58 if (grub_strncmp (current_word, completion, grub_strlen (current_word)) == 0)
171 if (grub_strcmp (devname, current_word) == 0)
197 char *p = grub_strchr (++current_word, ',');
210 dev = grub_device_open (current_word);
245 device = grub_file_get_device_name (current_word);
263 dir = grub_strchr (current_word + (device ? 2 + grub_strlen (device) : 0),
265 last_dir = grub_strrchr (current_word, '/');
270 current_word
[all...]

Completed in 28 milliseconds