Searched defs:current_len (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c472 int current_len;
476 current_len = grub_strlen (current_word);
481 for (escstr = match + current_len; *escstr; escstr++)
485 ret = grub_malloc (match_len - current_len + grub_strlen (suffix) + spaces + 1);
487 for (escstr = match + current_len; *escstr; escstr++)
471 int current_len; local

Completed in 158 milliseconds