Searched refs:N_PAGSIZ (Results 1 – 1 of 1) sorted by relevance
60 #define N_PAGSIZ(x) \ macro72 ? ((x).a_magic==ZMAGIC ? N_PAGSIZ(x) : sizeof (struct exec)) \98 (((x).a_magic == ZMAGIC) && ((x).a_entry < N_PAGSIZ(x)) ? \99 0 : N_PAGSIZ(x))