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

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c340 struct line *next_linep; local
362 next_linep = current_linep + 1;
365 if (! ensure_space (next_linep, size))
368 grub_memmove (next_linep->buf,
372 next_linep->len = size;
817 struct line *next_linep; local
819 next_linep = linep + 1;
820 if (! ensure_space (linep, next_linep->len))
823 grub_memmove (linep->buf + linep->len, next_linep->buf, next_linep
[all...]

Completed in 17 milliseconds