Searched refs:P_G (Results 1 – 2 of 2) sorted by relevance
105 #define P_G 0x01 /* 0000 0001 */ /* Global Font Info */ macro115 #define P_GW (P_G | P_W) 116 #define P_GM (P_G | P_M)117 #define P_GMP (P_G | P_M | P_P)118 #define P_GMK (P_G | P_M | P_P | P_T) 119 #define P_ALL (P_G | P_M | P_P | P_T | P_C)
1371 if (flags & P_G) in parseFile()
Completed in 16 milliseconds