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

/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c57 #define NUM_PARM 9 macro
344 analyze(const char *string, char *p_is_s[NUM_PARM], int *popcount)
365 grub_memset(p_is_s, 0, sizeof(p_is_s[0]) * NUM_PARM);
395 if (i >= 0 && i <= NUM_PARM) {
455 if (number > NUM_PARM)
456 number = NUM_PARM;
463 char *p_is_s[NUM_PARM];
464 long param[NUM_PARM];
554 if (i >= 0 && i < NUM_PARM) {

Completed in 24 milliseconds