Lines Matching defs:FcExpr
316 } FcExpr;
322 FcExpr *next;
323 FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
324 FcExpr end[FLEXIBLE_ARRAY_MEMBER];
338 FcExpr *expr;
344 FcExpr *expr;
595 FcExprPage *expr_pool; /* pool of FcExpr's */
687 FcPrivate FcExpr *
900 FcExprPrint (const FcExpr *expr);