Searched refs:PPF_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
117 #define PPF_DYNAMIC 0x80 /* capable of magazine resizing */ macro133 (((_pp)->pp_flags & PPF_DYNAMIC) != 0)
1165 pp->pp_flags |= PPF_DYNAMIC; in pp_create()1179 if (pp->pp_flags & PPF_DYNAMIC) { in pp_create()