Home | History | Annotate | Download | only in dist

Lines Matching refs:fval

706     FieldValue *fval = fieldValues[f]->value;
708 for (i = 0; i < max; i++, fval++) {
712 if (fval->string && !strcmp(fval->string, "0"))
716 ocount = fval->count;
719 oofonts = ofonts = fval->font;
720 fval->font = nfonts;
721 fval->count = ncount;
722 fval->allocated = ncount;
732 fval->count--;
806 FieldValue *fval = fieldValues[6]->value;
844 for (i = fieldValues[6]->count; --i >= 0; fval++) {
845 if (fval->string && !strcmp(fval->string, "0")) {
846 scaledFonts = fval->font;
847 numScaledFonts = fval->count;