Lines Matching refs:edit
2123 /* different 'kind' won't be the target of edit */
2152 /* different 'kind' won't be the target of edit */
2165 object = FC_OBJ_ID (r->u.edit->object);
2169 FcEditPrint (r->u.edit);
2175 l = FcConfigValues (p, p_pat, kind, r->u.edit->expr, r->u.edit->binding);
2179 switch (FC_OP_GET_OP (r->u.edit->op)) {
2193 FcConfigAdd (&elt[object]->values, thisValue, FcTrue, l, r->u.edit->object, table);
2212 FcConfigPatternDel (p, r->u.edit->object, table);
2213 FcConfigPatternAdd (p, r->u.edit->object, l, FcTrue, table);
2223 FcConfigAdd (&elt[object]->values, value[object], FcFalse, l, r->u.edit->object, table);
2228 FcConfigPatternAdd (p, r->u.edit->object, l, FcFalse, table);
2233 FcConfigAdd (&elt[object]->values, value[object], FcTrue, l, r->u.edit->object, table);
2238 FcConfigPatternAdd (p, r->u.edit->object, l, FcTrue, table);
2249 FcConfigPatternDel (p, r->u.edit->object, table);
2260 FcConfigPatternCanon (p, r->u.edit->object);
2264 printf ("FcConfigSubstitute edit");
3171 if (n < r->u.edit->object)
3172 n = r->u.edit->object;