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

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c35 static grub_uint32_t **hist_lines = 0; variable
43 grub_uint32_t **old_hist_lines = hist_lines;
44 hist_lines = grub_malloc (sizeof (grub_uint32_t *) * newsize);
70 grub_memmove (hist_lines, old_hist_lines + hist_pos,
75 grub_memmove (hist_lines, old_hist_lines + hist_pos,
79 grub_memmove (hist_lines + hist_size - hist_pos, old_hist_lines,
98 return hist_lines[pos];
116 grub_free (hist_lines[pos]);
117 hist_lines[pos] = grub_malloc ((len + 1) * sizeof (grub_uint32_t));
118 if (!hist_lines[po
[all...]

Completed in 27 milliseconds