Lines Matching defs:ret
30 int c = 0, ret;
34 if ((ret = test ((const FcChar8 *)"sans\\-serif", expect)) != 0)
40 if ((ret = test ((const FcChar8 *)"Foo-10", expect)) != 0)
47 if ((ret = test ((const FcChar8 *)"Foo,Bar-10", expect)) != 0)
53 if ((ret = test ((const FcChar8 *)"Foo:weight=medium", expect)) != 0)
59 if ((ret = test ((const FcChar8 *)"Foo:weight_medium", expect)) != 0)
64 if ((ret = test ((const FcChar8 *)":medium", expect)) != 0)
69 if ((ret = test ((const FcChar8 *)":weight=normal", expect)) != 0)
74 if ((ret = test ((const FcChar8 *)":width=normal", expect)) != 0)
81 if ((ret = test ((const FcChar8 *)":weight=[medium bold]", expect)) != 0)
89 return ret == 0 ? 0 : (c - 1) * 2 + ret;