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

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c744 grub_size_t curn; local
750 curn = n++;
768 curn = grub_strtoull (p, 0, 10) - 1;
786 if (curn >= count_args)
794 types[curn] = LONGLONG;
796 types[curn] = LONG;
798 types[curn] = INT;
802 types[curn] = POINTER;
805 types[curn] = INT;
808 types[curn]
847 grub_size_t curn; local
[all...]

Completed in 23 milliseconds