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

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c651 grub_size_t count_args = 0; local
721 count_args++;
726 enum { INT, WCHAR, LONG, LONGLONG, POINTER } types[count_args];
734 } args[count_args];
786 if (curn >= count_args)
813 for (n = 0; n < count_args; n++)
928 if (curn >= count_args)

Completed in 31 milliseconds